lessyam

0.0.2 • Public • Published

lessyam

yet another less css middleware for connect or union

usage

lessyam(path, options), see source for options

    var lessyam = require('lessyam')

express(connect):

    app.use(lessyam(lessDir))

flatiron:

    app.use(flatiron.plugins.http, {
      before: [
        lessyam(lessDir)
      ]
    }

License

MIT License

Install with npm

npm install lessyam

Run tests

npm test

/lessyam/

    Package Sidebar

    Install

    npm i lessyam

    Weekly Downloads

    1

    Version

    0.0.2

    License

    none

    Last publish

    Collaborators

    • skoni