remake / remake-cli

Create interactive web apps with just HTML (Remake CLI)
https://remaketheweb.com/
MIT License
392 stars 27 forks source link

Edit JS in the client-side Remake framework should cause recompilation of JS #2

Closed panphora closed 5 years ago

panphora commented 5 years ago

Describe the bug Editing JS in _remake/client-side should cause all JS to recompile

To Reproduce Steps to reproduce the behavior:

  1. npm run dev
  2. Edit a JS file in _remake/client-side

Expected behavior Editing JS in _remake/client-side should cause all JS to recompile

panphora commented 5 years ago

I figured this out! :)