Skip to content

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

Notifications You must be signed in to change notification settings

yamigr/run-sass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published