node-sass-backend
v1.0.1
Published
standalone SASS->CSS web-server based on node-sass-example by Andrew Nesbitt
Downloads
9
Maintainers
Readme
Node-Sass backend
Standalone scss server based on andrew/node-sass-example
Setup
git clone [email protected]:fisknils/node-sass-backend.git
cd node-sass-backend
npm install
node server.js
open http://localhost:8001
Features
- Live SCSS -> CSS
- Autoprefixer
- Webserver
Usage
http://<hostname>:8001/styles/<filename>.css
will return compiled, autoprefixed version of ./sass/<filename>.scss
Todo
Add SSL- support