Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

--------------------------------------------------------------------------------

:)