node-sass-backend

1.0.1 • Public • Published

Node-Sass backend

Standalone scss server based on andrew/node-sass-example

Setup

git clone git@github.com: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    

Utilizing

Package Sidebar

Install

npm i node-sass-backend

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

3.57 kB

Total Files

5

Last publish

Collaborators

  • andersatbaca