0.0.2 • Published 12 years ago
component-assets v0.0.2
component-assets
Easily add all your scripts, styles, images and files to your component.json file.
Install
npm install -g component-assetsUsage
component assets images:icons/* scripts:*.js styles:*.css files:*.scssEach argument is parsed with the format field:pattern. So you can set any field
you want by just listing the files as a glob pattern.
If you use no arguments:
component assetsit will use these arguments by default:
scripts:*.js styles:*.css files:files/* images:images/* templates:templates/*