component-autoload

0.1.2 • Public • Published

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

/component-autoload/

    Package Sidebar

    Install

    npm i component-autoload

    Weekly Downloads

    0

    Version

    0.1.2

    License

    MIT

    Last publish

    Collaborators

    • camshaft