Skip to content

Commit

Permalink
Rebuilding minified release with --mangle
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Mar 20, 2013
1 parent 699fe32 commit a50000d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Rakefile
@@ -1,7 +1,7 @@
desc "rebuild the backbone-min.js files for distribution" desc "rebuild the backbone-min.js files for distribution"
task :build do task :build do
check 'uglifyjs', 'UglifyJS', 'https://github.com/mishoo/UglifyJS2' check 'uglifyjs', 'UglifyJS', 'https://github.com/mishoo/UglifyJS2'
system 'uglifyjs backbone.js --source-map backbone-min.map -o backbone-min.js' system 'uglifyjs backbone.js --mangle --source-map backbone-min.map -o backbone-min.js'
end end


desc "build the docco documentation" desc "build the docco documentation"
Expand Down

0 comments on commit a50000d

Please sign in to comment.