1.0.1 • Published 5 years ago

node-sass-backend v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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