Skip to content

Commit

Permalink
adding minification process
Browse files Browse the repository at this point in the history
  • Loading branch information
eavichay committed Apr 5, 2017
1 parent c515e92 commit 9f4d31b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ pids
# Binary
.bin

Slim.min.js

.idea
.vscode
# Directory for instrumented libs generated by jscoverage/JSCover
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Superpower Web Components",
"main": "Slim.js",
"scripts": {
"prepublish": "uglifyjs Slim.js -o Slim.min.js",
"start": "uglifyjs Slim.js -o ./bin/Slim.min.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 9f4d31b

Please sign in to comment.