Sign inSign up

bhrutledge/compass

By bhrutledge

Updated over 2 years ago

Minimal Alpine-based image for the Compass CSS authoring framework.

Image
1

2.4K

bhrutledge/compass repository overview

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"

Tag summary

Content type

Image

Digest

sha256:1ac46d384

Size

31.5 MB

Last updated

over 2 years ago

docker pull bhrutledge/compass