Skip to content

Commit

Permalink
Switch to npm UglifyJS instead of Java YUIcomporessor
Browse files Browse the repository at this point in the history
  • Loading branch information
darklow committed Sep 7, 2016
1 parent 968bf01 commit 2656cf4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ IE8+, Chrome, Firefox, Safari. JavaScript library is standalone and has no 3rd p

* If contributed changes affects documentation/examples page `docs/index.html`, you should add according changes to it too.

* If you are changing JavaScript `dist/js/social-share-kit.js` compression of the file into `dist/js/social-share-kit.min.js` is welcomed (with [yuicompressor](http://yui.github.io/yuicompressor/)), but not neccessary.
* If you are changing JavaScript `dist/js/social-share-kit.js` compression of the file into `dist/js/social-share-kit.min.js` is welcomed (with npm [uglify-js](https://www.npmjs.com/package/uglify-js) - `uglifyjs --compress --mangle --comments -- dist/js/social-share-kit.js > dist/js/social-share-kit.min.js`), but not neccessary.
2 changes: 1 addition & 1 deletion dist/js/social-share-kit.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Social Share Kit v1.0.9 (http://socialsharekit.com)
* Copyright 2015 Social Share Kit / Kaspars Sprogis.
* Licensed under Creative Commons Attribution-NonCommercial 3.0 license:
* @Licensed under Creative Commons Attribution-NonCommercial 3.0 license:
* https://github.com/darklow/social-share-kit/blob/master/LICENSE
* ---
*/
Expand Down
4 changes: 2 additions & 2 deletions dist/js/social-share-kit.min.js

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

0 comments on commit 2656cf4

Please sign in to comment.