Commit df1d87fa0511972cc36bf5fba4866c2a62e4fbf2

Authored by Eric Fernandez
1 parent 0c7f753878
Exists in master

instalo en devDependencies gulp-clean, lo agrego en el script install-dev

Showing 1 changed file with 4 additions and 3 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 -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"
  9 + "postinstall": "npm run compile && gulp clean-post-install",
  10 + "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 gulp-clean jasmine-core jquery jshint pre-commit pump ui-bootstrap4 && npm i -D git+https://192.168.0.11/modulos-npm/foca-directivas"
11 11 },
12 12 "pre-commit": [
13 13 "gulp-pre-commit"
... ... @@ -42,6 +42,7 @@
42 42 "font-awesome": "^4.7.0",
43 43 "gulp": "^3.9.1",
44 44 "gulp-angular-templatecache": "^2.2.1",
  45 + "gulp-clean": "^0.4.0",
45 46 "gulp-concat": "^2.6.1",
46 47 "gulp-connect": "^5.6.1",
47 48 "gulp-htmlmin": "^5.0.1",
... ... @@ -56,4 +57,4 @@
56 57 "pump": "^3.0.0",
57 58 "ui-bootstrap4": "^3.0.4"
58 59 }
59   -}
60 60 \ No newline at end of file
  61 +}