An open API service indexing awesome lists of open source software.

https://github.com/juliangarnier/gulp-starter-kit

Compile ES modules & SASS with Autoprefixer and watch
https://github.com/juliangarnier/gulp-starter-kit

Last synced: 6 months ago
JSON representation

Compile ES modules & SASS with Autoprefixer and watch

Awesome Lists containing this project

README

          

# 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
```