- Download and install Node.Js
- Clone this repository with
git clone https://github.com/krizten/css-workflow-boilerplate.git - Run
npm install - Run
npm startto start development
start ⇒Run SCSS compilation in watch modecompile:scss ⇒Compile SCSS to CSSprefix:css ⇒Autoprefix CSS properties to support 10 lastest versions of major browsersconcat:css ⇒Combine prefixed stylesheet with external stylesheets (e.g Font Awesome) into a single stylesheetcompress:css ⇒Compresses stylesheet by removing whitespaces and comments
build: ⇒Compile SCSS stylesheets to a minified version suitable for production.
MIT