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

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i grunt-local-settings

    Weekly Downloads

    2

    Version

    0.0.1

    License

    none

    Last publish

    Collaborators

    • el-fuego