An autoload plugin for component
component-autoload
assumes the following directory structure by default:
├── component.json
└── public
├── fonts
│ └── Proxima-Nova.woff
├── images
│ └── cat.gif
├── javascripts
│ └── index.js
├── partials
│ └── index.jade
│ └── users.html
└── stylesheets
├── hello.styl
├── index.styl
└── testing.css
$ component build --use component-autoload