https://github.com/daggerok/gradle-browser-sync
How to run browser-sync with gradle
https://github.com/daggerok/gradle-browser-sync
browser-sync gradle
Last synced: 6 months ago
JSON representation
How to run browser-sync with gradle
- Host: GitHub
- URL: https://github.com/daggerok/gradle-browser-sync
- Owner: daggerok
- Created: 2019-12-12T15:32:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-12T18:10:19.000Z (about 6 years ago)
- Last Synced: 2025-02-27T02:23:47.206Z (12 months ago)
- Topics: browser-sync, gradle
- Language: HTML
- Size: 59.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gradle-browser-sync [](https://travis-ci.org/daggerok/gradle-browser-sync)
browser-sync with gradle
install browser-sync in: `build/gradle-browser-sync`
```bash
./gradlew browserSyncInstall
```
serve and watch for changes: `src/main/webapp`
```bash
./gradlew browserSyncStart
```