0.0.1 • Published 11 years ago

grunt-local-settings v0.0.1

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

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'
    }
};