1.0.6 • Published 2 years ago

sass-ware v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

sass-ware

This is a basic sass compiler for node.
Just tell the source for scss/sass files and it will spit out corresponding css files at the specified location.

This is not Meant for production, just for development.

Note: This is not a middleware, instead just a function.

Installation

npm i --save-dev sass-ware

Usage

const sassWare = require('sass-ware')
sassWare({
	src: path.join(__dirname, env.asset_path, "path/to/sass"),
	dest: path.join(__dirname, env.asset_path, "path/to/css"),
})

Developer Build

git clone git@github.com:YugankSingh/sass-ware.git
cd sass-ware
npm i
npm test
1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago