1.0.1 • Published 5 years ago

run-sass v1.0.1

Weekly downloads
2
License
MIT
Repository
-
Last release
5 years ago

run-sass

Package to manage and compile sass-files at startup or in runtime without restarting.

This package will manage and compile .sass or .scss-files. At startup it will compile each file from sourceDir (.sass || .scss) into destinationDir (.css) The file-watcher manages the file-changes, -removes or -creations and handle the files on each event.

Installing

npm install run-sass --save

Use

var sass = new Sass({ sourceDir : __dirname + '/sass', destinationDir : __dirname + '/css' }) 
sass.run()

Authors

  • Yannick Grund - Initial work - yamigr

License

This project is licensed under the MIT License