You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2018. It is now read-only.
Right now if there's any errors on the compiler, the entire build will crash and stop. Is there any way to keep the watch task running even after errors?
Something similar to watchify would be perfect, so you don't have to re-run the watch command whenever you break something.
This is the command I'm using at the moment:
duo -w -u duo-ractive -r source/js app.js -o ../../public/js
The text was updated successfully, but these errors were encountered:
I was having this issue and a few watch issues... so I pulled in a different repository to do the watching for me.. its worked perfectly! It watches all your files, prints out errors and continues to watch / call the duo build when there are errors, incase you want to try it out. Sane Docs
Right now if there's any errors on the compiler, the entire build will crash and stop. Is there any way to keep the
watch
task running even after errors?Something similar to
watchify
would be perfect, so you don't have to re-run the watch command whenever you break something.This is the command I'm using at the moment:
The text was updated successfully, but these errors were encountered: