Skip to content

magnNorth/gulp-sass.compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic style merger

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.

Setup

git clone [email protected]:magnNorth/gulp-sass.compiler.git

cd gulp-sass.compiler

npm install 

Source

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

Use

one off compile.

npm run build 

Watch

npm run watch

Deploy

The build drops the new file in to deploy folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published