ascss

2.0.1 • Public • Published

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

Name Type Description
src string Source file name
dest string Destination file name
options Object Optional settings
options.status string Status file path
options.reflects string[] File patterns to reflects changes

License

This software is released under the MIT License.

Links

Readme

Keywords

Package Sidebar

Install

npm i ascss

Weekly Downloads

2

Version

2.0.1

License

MIT

Last publish

Collaborators

  • okunishinishi