Commit bad2883e60864978faf7a2e936298ea1546c1e25

Authored by Eric Fernandez
1 parent 01b1a46db2
Exists in master

modifico script para elminar archivos 'postinstall'

agrego dependencia 'gulp-clean'
Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
... ... @@ -7,7 +7,7 @@
7 7 "test": "echo \"Error: no test specified\" && exit 1",
8 8 "gulp-pre-commit": "gulp pre-commit",
9 9 "compile": "gulp uglify",
10   - "postinstall": "npm run compile && rm -R src && rm index.html && rm .jshintrc && rm gulpfile.js",
  10 + "postinstall": "npm run compile && gulp clean-post-install",
11 11 "install-dev": "npm install -D angular bootstrap font-awesome gulp gulp-angular-templatecache gulp-concat gulp-connect gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-uglify jasmine-core jquery jshint pre-commit pump ui-bootstrap4 && npm i -D git+https://192.168.0.11/modulos-npm/foca-directivas"
12 12 },
13 13 "pre-commit": [
... ... @@ -43,6 +43,7 @@
43 43 "font-awesome": "^4.7.0",
44 44 "gulp": "^3.9.1",
45 45 "gulp-angular-templatecache": "^2.2.1",
  46 + "gulp-clean": "^0.4.0",
46 47 "gulp-concat": "^2.6.1",
47 48 "gulp-connect": "^5.6.1",
48 49 "gulp-htmlmin": "^5.0.1",