Skip to content

andlinger/docker-sass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6ee75f3 · Feb 20, 2025

History

25 Commits
Feb 20, 2025
Feb 20, 2025
Jul 27, 2015

Repository files navigation

ubuntudesign/sass

A Docker image for building sass files.

Building

To recreate it from scratch:

docker build -t ubuntudesign/sass --no-cache .

Usage

docker run -v /my/app/dir:/app ubuntudesign/sass sass --watch /app/scss

(Unfortunately watch only seems to work for watching directories - not files)