Feature request to add optional browser-sync support to facilitate live page reloading when changes in scss, javascript or twig files are detected.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | interdiff_2-4.txt | 2.39 KB | codevelopment |
| #4 | barebones_enhanced-browserSync_support-3129575-4-8.x-1.x.patch | 9.63 KB | codevelopment |
Comments
Comment #2
codevelopmentThis patch adds:
- Optional browser-sync support (disabled by default).
- Proxy url can be configured in config.js.
- Set up instructions have been added to README.md.
- If enabled, the browser-sync plugin will be launched in the watch task to monitor changes to .scss, .js or .twig files, and automatically reload the page when these occur.
Comment #3
codevelopmentComment #4
codevelopmentMoved twig directory setting to config.json.
Comment #5
tinamrak commented