Skip to content

Commit

Permalink
fix(copy): Vendor assets were ignored during watch
Browse files Browse the repository at this point in the history
Closes ngbp#188.
  • Loading branch information
Brandon Nicholls authored and Josh David Miller committed Apr 15, 2014
1 parent 0083431 commit a94bb65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ module.exports = function ( grunt ) {
files: [
'src/assets/**/*'
],
tasks: [ 'copy:build_app_assets' ]
tasks: [ 'copy:build_app_assets', 'copy:build_vendor_assets' ]
},

/**
Expand Down

0 comments on commit a94bb65

Please sign in to comment.