grunt-local-settings

0.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i grunt-local-settings

Weekly Downloads

0

Version

0.0.1

License

none

Last publish

Collaborators

  • el-fuego