Modularize grunt tasks
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
module.exports = function(config) {
|
||||
return {
|
||||
build: {
|
||||
expand: true,
|
||||
cwd: '<%= tempDir %>',
|
||||
src: '**/*.css',
|
||||
dest: '<%= tempDir %>'
|
||||
}
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user