Skip to content

A containerized version of the none-sass project used to compile SCSS and SASS files to CSS

Notifications You must be signed in to change notification settings

crscheid/node-sass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Node-Sass

A containerized version of the none-sass project used to compile SCSS and SASS files to CSS

Node-Sass Documentation

Using this image

Run once while passing in reference to current directory

docker run --rm -v `pwd`:/usr/src/app cscheide/node-sass node-sass -r -o css/ sass/

Run in a monitoring fashion while passing in reference to current directory

docker run --rm -v `pwd`:/usr/src/app cscheide/node-sass node-sass -rw -o css/ sass/

Running interactively

docker run -ti --rm -v `pwd`:/usr/src/app -w /usr/src/app cscheide/node-sass sh
node-sass -o css/ sass/

About

A containerized version of the none-sass project used to compile SCSS and SASS files to CSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published