Commit c66568929114fd0e03889e42797f6d3186076c47
1 parent
be6c6ca48f
Exists in
master
post install
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
package.json
... | ... | @@ -5,6 +5,8 @@ |
5 | 5 | "main": "index.js", |
6 | 6 | "scripts": { |
7 | 7 | "test": "echo \"Error: no test specified\" && exit 1", |
8 | + "compile": "gulp uglify", | |
9 | + "postinstall": "npm run compile && gulp clean-post-install", | |
8 | 10 | "install-dev": "npm install -D jasmine-core pre-commit angular angular-ladda ladda@1.0.6 angular-route angular-cookies bootstrap ui-bootstrap4 font-awesome gulp gulp-angular-templatecache gulp-connect gulp-clean gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-sequence gulp-uglify-es gulp-uglify jquery jshint pump" |
9 | 11 | }, |
10 | 12 | "repository": { |