Skip to content

Commit

Permalink
Merge pull request #25 from kazupooot/master
Browse files Browse the repository at this point in the history
Use uglify to generate minified version
  • Loading branch information
gblazex committed Jan 21, 2016
2 parents 5aed073 + ec8fffd commit 93b2ce0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions SmoothScroll.min.js

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

10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,11 @@
"bugs": {
"url": "https://github.com/galambalazs/smoothscroll-for-websites/issues"
},
"homepage": "https://github.com/galambalazs/smoothscroll-for-websites"
}
"homepage": "https://github.com/galambalazs/smoothscroll-for-websites",
"devDependencies": {
"uglify-js": "^2.6.1"
},
"scripts": {
"minify": "uglifyjs SmoothScroll.js --compress --mangle --output SmoothScroll.min.js"
}
}

0 comments on commit 93b2ce0

Please sign in to comment.