Commit f0b8decaa6f60c670fa99c455a611e72ca48cbec
1 parent
94306ac60c
Exists in
master
and in
1 other branch
agrego comando gulp
Showing
1 changed file
with
4 additions
and
3 deletions
Show diff stats
package.json
... | ... | @@ -9,7 +9,8 @@ |
9 | 9 | "gulp-pre-commit": "gulp pre-commit", |
10 | 10 | "compile": "gulp uglify && gulp sass", |
11 | 11 | "actualizar": "git pull origin master", |
12 | - "install-dev": "gulp pre-install && npm install && gulp post-install" | |
12 | + "install-dev": "gulp pre-install && npm install && gulp post-install", | |
13 | + "install-gulp": "npm install gulp-sass gulp-concat gulp-rename gulp-uglify pump gulp-jshint gulp-replace gulp-connect gulp-watch gulp-sequence jshint" | |
13 | 14 | }, |
14 | 15 | "pre-commit": [ |
15 | 16 | "gulp-pre-commit" |
... | ... | @@ -116,14 +117,14 @@ |
116 | 117 | "ui-bootstrap4": "^3.0.6" |
117 | 118 | }, |
118 | 119 | "devDependencies": { |
119 | - "gulp": "3.9.1", | |
120 | + "gulp": "^3.9.1", | |
120 | 121 | "gulp-clean": "^0.4.0", |
121 | 122 | "gulp-concat": "^2.6.1", |
122 | 123 | "gulp-connect": "^5.7.0", |
123 | 124 | "gulp-jshint": "^2.1.0", |
124 | 125 | "gulp-rename": "^1.4.0", |
125 | 126 | "gulp-replace": "^1.0.0", |
126 | - "gulp-sass": "^4.0.1", | |
127 | + "gulp-sass": "^4.0.2", | |
127 | 128 | "gulp-uglify": "^3.0.2", |
128 | 129 | "gulp-watch": "^5.0.1", |
129 | 130 | "jasmine-core": "^3.4.0", |