juliangarnier / gulp-starter-kit

Compile ES modules & SASS with Autoprefixer and watch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gulp starter kit

A minimal Gulp config to watch and compile ES modules to ES5 and SASS files to CSS.

Setup

Install dependencies

npm install

Compile JS and CSS

gulp

Compile and minify JS and CSS

gulp --minify

About

Compile ES modules & SASS with Autoprefixer and watch


Languages

Language:JavaScript 67.5%Language:CSS 23.6%Language:HTML 8.9%