Skip to content

Commit

Permalink
Optimize packed.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Apr 14, 2012
1 parent ea03d8a commit e893431
Show file tree
Hide file tree
Showing 6 changed files with 723 additions and 99,741 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -16,6 +16,7 @@ ext:
node r.js -o core.build.js
mkdir -p client/build
node r.js -o app.build.js
#gzip client/build/packed.js

# calls dryice on worker & packages it
worker:
Expand Down
2 changes: 1 addition & 1 deletion app.build.js
@@ -1,5 +1,5 @@
({
optimize: "none",
//optimize: "none",
baseUrl: "./client",
paths: {
"text" : "../text", // plugin for pulling in text! files
Expand Down

0 comments on commit e893431

Please sign in to comment.