Sha256: 7254dc34edb2d5a3fddb4bbc7cae0c7e680876ad061081acc3e2287aaec63627

Contents?: true

Size: 550 Bytes

Versions: 85

Compression:

Stored size: 550 Bytes

Contents

module.exports = {
    update: {
        options: {
            targetDir: 'vendor/assets',
            copy: true,
            layout: function (type) {
                // 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'.
                return require('path').join(type);
            },
            clearBowerDir: true
        }
    }
}

Version data entries

85 entries across 85 versions & 1 rubygems

Version Path
bastion-4.2.2 grunt/bower.js
bastion-4.2.1 grunt/bower.js
bastion-4.2.0 grunt/bower.js
bastion-4.1.0 grunt/bower.js
bastion-4.0.0 grunt/bower.js
bastion-3.4.4 grunt/bower.js
bastion-3.4.3 grunt/bower.js
bastion-3.4.2 grunt/bower.js
bastion-3.4.1 grunt/bower.js
bastion-3.4.0 grunt/bower.js
bastion-3.3.6 grunt/bower.js
bastion-3.3.5 grunt/bower.js
bastion-3.3.4 grunt/bower.js
bastion-3.3.3 grunt/bower.js
bastion-3.3.2 grunt/bower.js
bastion-3.3.1 grunt/bower.js
bastion-3.3.0 grunt/bower.js
bastion-3.2.2 grunt/bower.js
bastion-3.2.1 grunt/bower.js
bastion-3.2.0 grunt/bower.js