Commit 645830f5f781a801cff284bdd4fec8c45fb213a7

Authored by Eric Fernandez
1 parent c7cdda7830
Exists in master

instalo gulp-clean

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