Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/izica/gulp-sass-livereload-boilerplate
- Owner: izica
- Created: 2017-01-16T15:50:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-08T10:03:52.000Z (almost 6 years ago)
- Last Synced: 2024-11-16T09:32:45.721Z (3 months ago)
- Topics: boilerplate, boilerplate-template, gulp, gulpjs, livereload, livereload-server, sass, scss
- Language: JavaScript
- Homepage:
- Size: 175 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```