Skip to content

Commit

Permalink
load workers from the main domain
Browse files Browse the repository at this point in the history
  • Loading branch information
fjakobs committed Feb 22, 2012
1 parent 37b002a commit d355681
Show file tree
Hide file tree
Showing 7 changed files with 26,348 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ package:
#git commit -m "new apf_release.js"

worker:
mkdir -p client/js/worker
./Makefile.dryice.js worker
cp support/ace/build/src/worker* client/js/worker
2 changes: 1 addition & 1 deletion Makefile.dryice.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function worker(project) {
worker
],
filter: [ /* copy.filter.uglifyjs */],
dest: __dirname + "/client/js/worker.js"
dest: __dirname + "/client/js/worker/worker.js"
});
}

Expand Down
Loading

0 comments on commit d355681

Please sign in to comment.