Modularize grunt tasks
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
module.exports = function(config) {
|
||||
return {
|
||||
me: {
|
||||
// Target-specific file lists and/or options go here.
|
||||
}
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user