An open API service indexing awesome lists of open source software.

https://github.com/rootsher/easy-node-sass

Easy node-sass builder and watcher
https://github.com/rootsher/easy-node-sass

build node-sass sass scss watch

Last synced: about 2 months ago
JSON representation

Easy node-sass builder and watcher

Awesome Lists containing this project

README

          

# easy-node-sass

## Requirements (on these versions have been tested)

* Node.js (v8.11.3)
* NPM (5.6.0)

## Steps before working

1. clone this repository:

```sh
git clone https://github.com/rootsher/easy-node-sass.git
```

2. install dependencies:

```sh
npm install
```

## Working modes

* build css:

```bash
npm run build-css
```

* watch css:

```bash
npm run watch-css
```

## Thanks

* [medium.com/watch-compile-your-sass-with-npm-9ba2b878415b](https://medium.com/@brianhan/watch-compile-your-sass-with-npm-9ba2b878415b)