Skip to content

Commit

Permalink
chore(yeoman-gruntfile-update): registering grunt-bower-install
Browse files Browse the repository at this point in the history
  • Loading branch information
vucalur committed Dec 18, 2013
1 parent 362bd98 commit 2bf976e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions wibses/yo/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ module.exports = function (grunt) {
dist: 'dist'
},

// grunt-bower-install
'bower-install': {
target: {
html: '<%= yeoman.app %>/index.html',
ignorePath: '<%= yeoman.app %>/'
}
},

// Watches files for changes and runs tasks based on the changed files
watch: {
coffee: {
Expand Down Expand Up @@ -357,6 +365,8 @@ module.exports = function (grunt) {
}
});

grunt.loadNpmTasks('grunt-bower-install');


grunt.registerTask('serve', function (target) {
if (target === 'dist') {
Expand Down

0 comments on commit 2bf976e

Please sign in to comment.