Skip to content

Tags: ryanmr-daugherty/gulp-starter

Tags

3.1.0

3.1.0

- Adds rev option

3.0.0

3.0.0

- Stripped down starter files and moved original demo files to extras/demo
- Misc structure updates and fixes

2.4.2

Updates all dependencies to latest, including Babel 6

2.4.0

2.4.0

Move webpack compiling to BrowserSync middleware with
webpack dev middleware and webpack hot middleware

2.3.1

Version

2.3.0

Version 2.3.0

- Adds static task for copying static files to /public (favicons, etc.)
- Entire public directory (config.root.dest) gets trashed and rebuilt
  with the default and production tasks. Nothing static should go in there.
  Instead, add it to the new src/static directory

2.2.0

Version 2.2.0

Adds Extras folder

2.1.5

2.1.5

Just grouping some bug fixes, minor implementation updates.

2.1.4

[use] browserSync.stream instead of browserSync.reload({stream: true})

(Merge branch 'furkanpoyraz-master')

2.1.3

2.1.3

- Convert config to JSON
- Exposes browserSync config in config.json