Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geckotang/gulp-assemble-tryout
https://github.com/geckotang/gulp-assemble-tryout
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/geckotang/gulp-assemble-tryout
- Owner: geckotang
- Created: 2015-05-01T13:01:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-01T13:02:29.000Z (over 9 years ago)
- Last Synced: 2024-04-14T19:11:41.470Z (7 months ago)
- Language: Handlebars
- Size: 93.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.