Skip to content

Commit

Permalink
chore(build): remove the bower dependencies download from package.jso…
Browse files Browse the repository at this point in the history
…n and include it inside gulp task
  • Loading branch information
davinkevin committed Jun 19, 2015
1 parent 5ef0843 commit 9475169
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ bower_components/
target/
.gradle/
build/
logs/
logs/
src/main/webapp
12 changes: 9 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,16 @@
]
}
},
"ionicons" : {
"ionicons": {
"main": {
"dev" : ["css/ionicons.css", "fonts/*"],
"prod" : ["css/ionicons.min.css", "fonts/*"]
"dev": [
"css/ionicons.css",
"fonts/*"
],
"prod": [
"css/ionicons.min.css",
"fonts/*"
]
}
},
"components-font-awesome": {
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ gulp.task('webserver', () => {
});

// Default Task
gulp.task('default', ['lint', 'less', 'js', 'inject']);
gulp.task('default', ['bower-install', 'lint', 'less', 'js', 'inject']);
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
"gulp-jshint": "^1.10.0",
"proxy-middleware": "^0.11.0"
},
"scripts": {
"postinstall": "./node_modules/bower/bin/bower install"
},
"repository": {
"type": "git",
"url": "https://github.com/davinkevin/Podcast-Server.git"
Expand Down

0 comments on commit 9475169

Please sign in to comment.