Sign inSign up

catchdigital/node-sass

By catchdigital

•Updated almost 8 years ago

npm with node-sass module and watch for css build

Image
1

10K+

catchdigital/node-sass repository overview

⁠docker-node-sass

Node Sass image for building scss files.

This image accept watch and npm commands.

⁠How to use it

Download the image: docker pull catchdigital/node-sass

Run the imagem mounting your theme folder into the working directory (/var/www).

⁠Example

docker run --rm -ti -v $(pwd):/var/www catchdigital/node-sass npm install

If you want to add multiple commands inside the container when running it: docker run --rm -ti -v $(pwd):/var/www catchdigital/node-sass bash -c 'npm install && npm run build'

Tag summary

Content type

Image

Digest

Size

45.4 MB

Last updated

almost 8 years ago

docker pull catchdigital/node-sass