Feb 24, 2017 · 1 min read
One other point. For what I could imagine, most will benefit from using node-sass command line options thereby eliminating the need to script their own sass compilation. Either
“sass”: “node-sass [source directory] -o [target directory]”
or if watch mode is desired, then
“sass”: “node-sass — watch [source directory] -o [target directory]”
