Skip to content

Commit

Permalink
minified files
Browse files Browse the repository at this point in the history
  • Loading branch information
Sid Doshi committed Dec 16, 2013
1 parent dfd34d0 commit 1bd2823
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions MINIFY.md
@@ -0,0 +1,10 @@
Here for easy reference

```
npm install uglify-js -g
```

```js
uglifyjs jquery.ajaxchimp.js -o jquery.ajaxchimp.min.js
uglifyjs jquery.ajaxchimp.langs.js -o jquery.ajaxchimp.langs.min.js
```
1 change: 1 addition & 0 deletions jquery.ajaxchimp.langs.min.js

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

1 change: 1 addition & 0 deletions jquery.ajaxchimp.min.js

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

0 comments on commit 1bd2823

Please sign in to comment.