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