This basic style merger works to compile and compress '*.SCSS' to a sytles.css file. This is done with gulp and gulp sass and gulp concat.
git clone [email protected]:magnNorth/gulp-sass.compiler.git
cd gulp-sass.compiler
npm install
Add styles in folders or just files
Ensure the files use the scss file extension
The build will collate all files and combine into the deploy folder
one off compile.
npm run build
Watch
npm run watch
The build drops the new file in to deploy folder.