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
Once you include at least one HTML file in assets/linker/templates, grunt will properly watch for additions, deletions, and updates. But if no matches are found, the watcher will basically "give up". You have to restart the server for it to notice any new files.
Same issue probably exists for styles and scripts
The text was updated successfully, but these errors were encountered:
@xdissent thanks for the cross-reference-- we'll nail this one eventually, maybe even worth just hacking it for now in the Gruntfile and copying one empty template over
Once you include at least one HTML file in
assets/linker/templates
, grunt will properly watch for additions, deletions, and updates. But if no matches are found, the watcher will basically "give up". You have to restart the server for it to notice any new files.Same issue probably exists for styles and scripts
The text was updated successfully, but these errors were encountered: