Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/izica/gulp-sass-livereload-boilerplate

Gulp boilerplate with livereload
https://github.com/izica/gulp-sass-livereload-boilerplate

boilerplate boilerplate-template gulp gulpjs livereload livereload-server sass scss

Last synced: 28 days ago
JSON representation

Gulp boilerplate with livereload

Awesome Lists containing this project

README

        

## Deprecated, use this
https://github.com/izica/html-sass-babel-webpack-boilerplate

## Features
* SASS/SCSS minifing
* JS minifing
* Images optimizing
* LiveReload dev server

## Install
```bash
npm install
```

## Usage
```
npm start
```

Open http://localhost:8080

## Commands
```
npm start //start livereload server and watch
npm run build //build sass+js
npm run images //images
npm run css //build sass
npm run js //build js
```

## List of plugins
```
gulp
gulp-autoprefixer
gulp-concat
gulp-connect
gulp-csso
gulp-plumber
gulp-sass
gulp-tinypng-nokey
gulp-uglify
gulp-watch
```