Sign inSign up

yajo/sass

By yajo

Updated over 8 years ago

Sass watcher compiler

Image
3

2.8K

yajo/sass repository overview

Dockerized Sass

This is a Sass watcher.

To use it, mount your source .sass files folder in this image's /app folder and run the container. While it's running, .css files will be written there, watching for your changes.

For example:

docker run -v $(pwd)/my-sass-files-folder:/app yajo/sass

Watching or running once

The default command is supposed to watch your filesystem for changes, but if you only want to run it once (or the watcher does not work for some unknown reason), you can call update-sass or update-scss to run the compiler once and exit.

Of course, those are only shortcuts with some default options for the sass and scss compilers. You can pass additional options to those shortcuts or just call the compilers directly with any arguments you need.

Tag summary

Content type

Image

Digest

sha256:19514c5b9

Size

335.9 MB

Last updated

over 8 years ago

docker pull yajo/sass