Skip to content

Commit

Permalink
changed gruntfile to copy css folder on build
Browse files Browse the repository at this point in the history
  • Loading branch information
familiarcat committed Nov 13, 2013
1 parent 9a00aa0 commit f6cd28a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@ module.exports = function (grunt) {
'<%= yeoman.dist %>/styles/{,*/}*.css',
'<%= yeoman.dist %>/images/{,*/}*.{png,jpg,jpeg,gif,webp,svg}',
'<%= yeoman.dist %>/styles/fonts/*'
// ,
// '<%= yeoman.dist %>/css/*',
// '<%= yeoman.dist %>/css/font/*',
// '<%= yeoman.dist %>/css/images/*'
]
}
}
Expand Down Expand Up @@ -254,7 +258,10 @@ module.exports = function (grunt) {
'.htaccess',
'bower_components/**/*',
'images/{,*/}*.{gif,webp}',
'fonts/*'
'fonts/*',
'css/*',
'css/font/*',
'css/images/*'
]
}, {
expand: true,
Expand Down

0 comments on commit f6cd28a

Please sign in to comment.