Feature request to add optional browser-sync support to facilitate live page reloading when changes in scss, javascript or twig files are detected.

Comments

codevelopment created an issue. See original summary.

codevelopment’s picture

This 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.

codevelopment’s picture

Status: Active » Needs review
codevelopment’s picture

StatusFileSize
new9.63 KB
new2.39 KB

Moved twig directory setting to config.json.

tinamrak’s picture

Version: 8.x-1.0 » 8.x-2.0
Status: Needs review » Fixed

  • tinamrak committed 4184ab9 on 8.x-1.x
    Issue #3129575 by codevelopment: Add optional browser-sync support
    
  • tinamrak committed 7f4078d on 8.x-1.x authored by codevelopment
    Issue #3129575 by codevelopment: Add optional browser-sync support
    

  • tinamrak committed 1a27c9d on 8.x-1.x
    Issue #3129575 by codevelopment: Add optional browser-sync support
    
  • tinamrak committed dace889 on 8.x-1.x authored by codevelopment
    Issue #3129575 by codevelopment: Add optional browser-sync support
    
  • tinamrak committed f0c3a8d on 8.x-1.x
    Merge branch '8.x-1.x'
    
    * 8.x-1.x:
      Issue #3129575 by codevelopment:...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.