Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krakenjs/construx-sass
JIT sass to css compiler plugin for construx
https://github.com/krakenjs/construx-sass
Last synced: about 1 month ago
JSON representation
JIT sass to css compiler plugin for construx
- Host: GitHub
- URL: https://github.com/krakenjs/construx-sass
- Owner: krakenjs
- License: other
- Created: 2015-06-25T18:00:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-14T23:22:56.000Z (over 7 years ago)
- Last Synced: 2024-09-29T18:05:09.189Z (about 1 month ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 10
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
# construx-sass
[![Build Status](https://travis-ci.org/krakenjs/construx-sass.svg?branch=master)](https://travis-ci.org/krakenjs/construx-sass)
[![NPM version](https://badge.fury.io/js/construx-sass.png)](http://badge.fury.io/js/construx-sass)[construx](https://github.com/krakenjs/construx) plugin for JIT-compiling sass resources during development of [express](http://expressjs.com/) applications.
## Usage
### Install
```shell
$ npm install --save-dev construx-sass
```### Configure
Where you configure your construx plugins:
```json
"css": {
"module": "construx-sass",
"files": "/css/**/*.css"
},
```_Note: See [construx README](https://github.com/krakenjs/construx/blob/master/README.md) for general usage of construx_