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
This is a really weird bug, but I couldn't figure out why my partials weren't being found... if I make any partial that starts with the word new or data, they don't get picked up and added to the partials list (I'm using debug mode, and can see all the loaded partials).
So ./views/new-stuff.hbs and ./views/data-stuff.hbs will not show up in the list of partials (and not be loaded), but if I change the names to ./views/anew-stuff.hbs and ./views/sata-stuff.hbs, then they both get loaded fine.
Really weird.
The text was updated successfully, but these errors were encountered:
This is a really weird bug, but I couldn't figure out why my partials weren't being found... if I make any partial that starts with the word
new
ordata
, they don't get picked up and added to the partials list (I'm using debug mode, and can see all the loaded partials).My build looks like this:
So
./views/new-stuff.hbs
and./views/data-stuff.hbs
will not show up in the list of partials (and not be loaded), but if I change the names to./views/anew-stuff.hbs
and./views/sata-stuff.hbs
, then they both get loaded fine.Really weird.
The text was updated successfully, but these errors were encountered: