Skip to content

sethwklein/heroku-buildpack-sass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

heroku-buildpack-sass

heroku-buildpack-sass is a custom buildpack for Heroku that compiles Sass/SCSS files to CSS.

Unless you're deploying a static site, using no other languages, and serving with magic(!), you'll probably want to combine this with other buildpacks using heroku-buildpack-compose or heroku-buildpack-multi.

This buildpack finds all .scss and .sass files, and compiles them to files with the extension changed to .css and any parent directories named scss or sass changed to css. So ./scss/style.scss becomes ./css/style.css.

If you think of a better way, sethwklein tries to keep up with pull requests and issues!

About

Heroku buildpack to compile Sass/SCSS during slug compilation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages