Détail du package

run-sass

yamigr10MIT1.0.1

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

pusuDB, pusudb, middleware, extension

readme

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