2.0.1 • Published 7 years ago

ascss v2.0.1

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

ascss

Build Status npm Version JS Standard

Compile SCSS files

Installation

$ npm install ascss --save

Usage

'use strict'

const ascss = require('ascss')
const co = require('co')

co(function * () {
  yield ascss(
    'src/index.scss',
    'public/index.css',
    {}
  )
}).catch((err) => console.error(err))

Signature

ascss(src, dest, options) -> Promise

Params

NameTypeDescription
srcstringSource file name
deststringDestination file name
optionsObjectOptional settings
options.statusstringStatus file path
options.reflectsstring[]File patterns to reflects changes

License

This software is released under the MIT License.

Links

2.0.1

7 years ago

2.0.0

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago