Skip to content

Commit

Permalink
Mangling variable names with uglifyjs
Browse files Browse the repository at this point in the history
  • Loading branch information
hughfdjackson committed Apr 13, 2013
1 parent 1e471d9 commit 30125a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "npm run build; mocha",
"prepublish": "npm test",
"build": "./node_modules/uglify-js/bin/uglifyjs viral.js > viral.min.js"
"build": "./node_modules/uglify-js/bin/uglifyjs viral.js -m > viral.min.js"
},
"devDependencies": {
"uglify-js": "2.2.5",
Expand Down
2 changes: 1 addition & 1 deletion viral.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 30125a1

Please sign in to comment.