Make sure CSS compilation in grunt loads all CSS files recursively.
This commit is contained in:
parent
1971c9ac33
commit
82c02081f9
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ module.exports = function(grunt) {
|
|||
},
|
||||
|
||||
cssmin: {
|
||||
'../static/dist/<%= pkg.name %>.css': ['../static/lib/**/*.css', '../static/css/*.css']
|
||||
'../static/dist/<%= pkg.name %>.css': ['../static/lib/**/*.css', '../static/css/**/*.css']
|
||||
},
|
||||
|
||||
uglify: {
|
||||
|
|
Reference in a new issue