curse-sass v1.6.0
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.
10 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago