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