0.1.2 • Published 10 years ago

component-autoload v0.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

component-autoload

An autoload plugin for component

Usage

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