Jon Schlinkert
Jon Schlinkert
This is something I'd like to see and learn more about, but we have a couple of folks on the assemble core team who are more knowledgeable about i18n than...
I don't think this will fix it, but try moving all of the calls to `.create` outside of the `.task` function, so that collections are created before the task is...
thanks for trying... Hmm. @doowb do you notice anything in the config that I'm missing that would cause this? otherwise this looks like it might be a bug.
no you can't do that, you need to load the collections/globs inside a task (specifically because of the asynchrony). I believe this is a bug.
> hm.. why? watch. We always recommend loading templates inside a task so that watch will work. it's just good practice, so that when watch is added to a config,...
> Another thing can be to move them to separate task to respect DRY. yeah that's a great approach - that's how I do it personally. you can do it...
> because I always see in the community that most of the issues are because of wrong usage, not because of real bugs very true. as both maintainers and users,...
> Make the styleguide type renderable I knew @doowb would catch something. I think this is the solution.
> On a hunch I changed the direct file call from styleguide.html to *.html (so effectively scan the directory and add it to styleguides), and this DID work as intended...
on second thought, if the suggestions @doowb made worked, but the behavior is inconsistent between singular and plural collection methods, this wouldn't be an assemble bug. The bug would be...