2

How would I go about using LiveReload to work with Sencha CMD. Is there a package that would allow me to do this? sencha app watch only watches files, but it obviously doesn't reload them in the browser, which is what I want. Any best practices out there for achieving this?

jtarr523
  • 261
  • 1
  • 5
  • 16

1 Answers1

2

I'm assuming you have also added LiveReload Chrome extension (or Firefox add-on) in your browser as well.

In LiveReload application add you project directory or just your app folder.

Conversely, if you're just making sass changes add your css folder to LiveReload application.

Once these are done, enable LiveReload extension and you're good to go

abhijit
  • 6,363
  • 5
  • 26
  • 32