Skip to content

Commit

Permalink
add minified version
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciosoares committed Sep 27, 2015
1 parent b970819 commit 26e176f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
Binary file added .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions dist/provent.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 dist/provent.min.js.map

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"main": "index.js",
"scripts": {
"test": "karma start test.conf.js",
"watch": "watchify src/provent.js -o dist/provent.js -v"
"watch": "watchify src/provent.js -o dist/provent.js -v",
"build": "uglifyjs dist/provent.js -o dist/provent.min.js --source-map dist/provent.min.js.map"
},
"keywords": [
"promises",
Expand All @@ -25,6 +26,7 @@
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"phantomjs": "^1.9.18",
"uglify-js": "^2.4.24",
"watchify": "^3.4.0"
}
}

0 comments on commit 26e176f

Please sign in to comment.