A node based container for sass development or CI/CD pipeline step
9.5K
A Docker container with a node based sass command.
This is expected to be used as part of a CI/CD pipeline or local development.
Use in .drone.yml:
steps:
- name: compile sass
image: apluslms/develop-sass
commands:
- sass --style=compressed assets/sass:assets/css
Or start a watcher process:
docker run --rm -it -u $(id -u):$(id -g) -v "`pwd`:/work:rw" -w '/work' \
'apluslms/develop-sass' sass --watch assets/sass:assets/css --poll
Content type
Image
Digest
Size
29.9 MB
Last updated
almost 6 years ago
docker pull apluslms/develop-sass:1Pulls:
978
Last week