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-6.1.23 grunt/bower.js
bastion-6.1.22 grunt/bower.js
bastion-6.1.21 grunt/bower.js
bastion-6.1.20 grunt/bower.js
bastion-6.1.19 grunt/bower.js
bastion-6.1.18 grunt/bower.js
bastion-6.1.17 grunt/bower.js
bastion-6.1.16 grunt/bower.js
bastion-6.1.15 grunt/bower.js
bastion-6.1.14 grunt/bower.js
bastion-6.1.13 grunt/bower.js
bastion-6.1.12 grunt/bower.js
bastion-6.1.11 grunt/bower.js
bastion-6.1.10 grunt/bower.js
bastion-6.1.9 grunt/bower.js
bastion-6.1.8 grunt/bower.js
bastion-6.1.7 grunt/bower.js
bastion-6.1.6 grunt/bower.js
bastion-6.1.5 grunt/bower.js
bastion-6.1.4 grunt/bower.js