Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dogukanoksuz/gulp-ready2use

Gulp Ready to use project file.
https://github.com/dogukanoksuz/gulp-ready2use

frontend frontend-framework frontend-web gulp gulpjs javascript nodejs npm-package

Last synced: 15 days ago
JSON representation

Gulp Ready to use project file.

Awesome Lists containing this project

README

        

# READY TO USE GULP PROJECT

### How to install?

`git clone https://github.com/dogukanoksuz/gulp-ready2use.git`

`cd gulp-ready2use`

`npm install`

It'll install all dependencies then use it with: `gulp`

Terminal will log you what you should do.

### How to use gulp(simply)?

Create your front-end project on src folder, it'll compiled at /dist/ folder.

### What's it doin?

Live refreshing with Browsersync, no cache problems.
Minifies CSS files and adds -webkit/-moz/-o prefixes automatically.
Minifies JS files and fixes them.
Compresses IMG files.