Remove files from component.json
npm install -g component-remove
component-remove(1) removes the reference from the component.json and delete the file.
component remove index.js
It is possible to remove multiple files:
component remove index.js foo.css tpl.html
With the flag -k or --keep-file the reference is removed but the file is not deleted.
scripts:
.js.coffee
styles:
.css.styl.sass.scss
templates:
.html.jade.hbs
You can make a PR to support more extension.
