Commit 52a823d88bf370b8851631862541e63cb9b1d17c

Authored by Nicolás Guarnieri
1 parent 15ed2516ca
Exists in master

scripts npm

Showing 1 changed file with 5 additions and 1 deletions   Show diff stats
... ... @@ -4,7 +4,11 @@
4 4 "description": "",
5 5 "main": "index.js",
6 6 "scripts": {
7   - "test": "echo \"Error: no test specified\" && exit 1"
  7 + "test": "echo \"Error: no test specified\" && exit 1",
  8 + "compile": "gulp uglify && gulp html",
  9 + "gulp-pre-commit": "gulp pre-commit",
  10 + "postinstall": "npm run compile && rm -R src && rm index.html && rm .jshintrc && rm gulpfile.js",
  11 + "install-dev": "npm install angular bootstrap font-awesome jquery gulp gulp-connect jasmine-core pre-commit gulp-angular-templatecache gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-uglify-es jshint pump"
8 12 },
9 13 "author": "",
10 14 "license": "ISC",