0.1.4 • Published 12 years ago
james-stylus v0.1.4
Synopsis
Stylus to CSS transformer for James.js.
james  = require 'james'
coffee = require 'james-stylus'
module.exports = tasks = {}
tasks.default = ->
  james.files('src/**/*.styl')
    .map(stylus)
    .onValue james.write