curse-sass

1.6.0 • Public • Published

Curse SASS

IMPORTANT

With version 1.5.0 curse-sass has been updated to use the latest version of Node (4.1.1+).

Overview

curse-sass was created for Curse Inc.'s Front-End team's use by Collin Klopfenstein and Aaron Giordano-Barry.

Configuration

Create a curse-sass.json file in the directory you'll be using curse-sass in.

{
	"dirs": [
		"test1",
		"test2"
	],

	"compile": [
		"testing.scss"
	]
}

This setup watched ./test1 and ./test2 (as well as ./ by default) for changes. When a change is found it compiles all files listed in the compile parameter.

Usage

Ensure that there is a curse-sass.json file in the directory you want to use curse-sass in. Then, simply cd to that directory and run curse-sass.

Package Sidebar

Install

npm i curse-sass

Weekly Downloads

1

Version

1.6.0

License

none

Last publish

Collaborators

  • collink
  • tehopeologist