grunt-local-settings
v0.0.1
Published
Grunt plugin for loading and merge settings from grunt config file
Downloads
3
Readme
grunt-concat-properties
Grunt plugin for loading and merge settings from grunt config file
Usage Examples
concatProperties: {
js: {
indentation: ' ',
sourceProcessor: function () {} || null
initFiles: [
'**/init.js',
'!init.js'
],
src: [
'{**/,}*.js',
'!{**/,}init.js'
],
dest: 'build/properties.js'
}
};