Minimal Alpine-based image for the Compass CSS authoring framework.
2.4K
A minimal Alpine-based image for the Compass CSS authoring framework, intended to be a drop-in replacement for running compass locally. It makes no assumptions about your configuration or directory structure.
For example:
docker run --rm -v $PWD:/src -w /src bhrutledge/compass watch
will work if you have a config.rb in the current directory along the lines of:
css_dir = "css"
sass_dir = "sass"
images_dir = "img"
javascripts_dir = "js"
Content type
Image
Digest
sha256:1ac46d384…
Size
31.5 MB
Last updated
over 2 years ago
docker pull bhrutledge/compass