Sha256: 2f3781768dd70e483db212a5e58f5683bbc3c8587936ded5bf68cb21ae529c64

Contents?: true

Size: 728 Bytes

Versions: 15

Compression:

Stored size: 728 Bytes

Contents

module.exports = {
    update: {
        options: {
            targetDir: 'vendor/assets',
            copy: true,
            layout: function (type, component) {
                // We provide a bit of customization here by allowing
                // explicit path declarations if the component is included
                // in the type. This is handy for sub-nesting within folders
                // for a component. Fallback is 'byType'.
                if (type.indexOf(component) !== -1) {
                    return require('path').join(type);
                } else {
                    return require('path').join(type, component);
                }
            },
            clearBowerDir: true
        }
    }
}

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
bastion-0.1.14 grunt/bower.js
bastion-0.1.13 grunt/bower.js
bastion-0.1.12 grunt/bower.js
bastion-0.1.11 grunt/bower.js
bastion-0.1.10 grunt/bower.js
bastion-0.1.9 grunt/bower.js
bastion-0.1.8 grunt/bower.js
bastion-0.1.7 grunt/bower.js
bastion-0.1.6 grunt/bower.js
bastion-0.1.5 grunt/bower.js
bastion-0.1.4 grunt/bower.js
bastion-0.1.3 grunt/bower.js
bastion-0.1.2 grunt/bower.js
bastion-0.1.1 grunt/bower.js
bastion-0.1.0 grunt/bower.js