Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dogukanoksuz/gulp-ready2use
- Owner: dogukanoksuz
- Created: 2019-03-15T08:24:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-15T08:31:10.000Z (almost 6 years ago)
- Last Synced: 2024-12-01T08:11:10.975Z (2 months ago)
- Topics: frontend, frontend-framework, frontend-web, gulp, gulpjs, javascript, nodejs, npm-package
- Language: JavaScript
- Homepage: https://www.gulpjs.com
- Size: 2.93 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.