Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/geckotang/gulp-assemble-tryout


https://github.com/geckotang/gulp-assemble-tryout

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

        

# gulp-assemble + gulp-watch + browserSync

gulp-assemble version is `0.6.0-beta.5`

## Task

### run assemble

```sh
gulp assemble
```

### run assemble w/ browserSync

```sh
gulp server
```

And then, open 'http://localhost:3000' in your browser.
your browse will be reloading when you modify `template/**/*.*` files.