Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanusart/gulp-front-end
Gulp setup for front end website that use bower, browser sync, sass, jade (optional), minifies and concatenates
https://github.com/sanusart/gulp-front-end
Last synced: about 1 month ago
JSON representation
Gulp setup for front end website that use bower, browser sync, sass, jade (optional), minifies and concatenates
- Host: GitHub
- URL: https://github.com/sanusart/gulp-front-end
- Owner: sanusart
- Created: 2015-06-11T20:30:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-11T20:44:35.000Z (over 8 years ago)
- Last Synced: 2024-10-30T06:27:26.485Z (3 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gulp front end
Using browser sync, sass, minifies and concatenates files
## Install dependencies
```
npm install
```## Run
`gulp`
## options
`gulp --min` - minifies css, js and html
`gulp release --min` - prepare release, add `--bs` - to run with browserSync
## Misc
- **Browser sync** runs on [http://localhost:3000](http://localhost:3000) and **Browser sync UI** on [http://localhost:3001](http://localhost:3001)
- **Output directory** is `dist`
- **Add new files** to _css_files_ and _js_files_ array in `gulpfile.js` respectively## license
MIT
--------------------------------------------------------------------------------
:)