Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Damien Pellier committed Jul 13, 2015
1 parent 06ef052 commit 74126a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/templates/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ module.exports = function (grunt) {
},
devVendors: {//TODO remove all vendors from src
expand: true,
cwd: 'src_old/<%= dirs.js %>/vendors',
cwd: 'src/vendors',
src: '**/*',
dest: '<%= dirs.dist %>/<%= dirs.js %>'
},
Expand Down Expand Up @@ -241,6 +241,7 @@ module.exports = function (grunt) {
allFiles: [
'<%= dirs.src %>/*.scss',
'<%= dirs.src %>/<%= dirs.app %>/**/*.scss',
'!<%= dirs.src %>/<%= dirs.app %>/_icons.scss',
'<%= dirs.src %>/<%= dirs.components %>/**/*.scss',
'!<%= dirs.src %>/<%= dirs.components %>/_header.scss',
'!<%= dirs.src %>/<%= dirs.components %>/_footer.scss'
Expand Down

0 comments on commit 74126a0

Please sign in to comment.