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
- Host: GitHub
- URL: https://github.com/rootsher/easy-node-sass
- Owner: rootsher
- Created: 2019-10-22T08:55:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T02:41:45.000Z (about 3 years ago)
- Last Synced: 2025-07-28T10:50:46.883Z (8 months ago)
- Topics: build, node-sass, sass, scss, watch
- Language: HTML
- Size: 147 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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)