Erik Jung
Erik Jung
@yodasw16 What path output do you get when using just `{{baseurl}}/assets/...` without the `@root`?
Meant to comment earlier, but I like this idea. Do you see this as something similar to CodeKit.app?
Related: #89 @outofculture You bring up a good point about the Gulp tasks. We may change it so that the tasks are defined within this project and not a separate...
@giuseppeg That's interesting. This is definitely not by design, so we'll look into it.
@giuseppeg Can you confirm that every instance of the partial in question is being invoked using the block syntax (`{{#>`)? In my testing, I got this same error, but realized...
@giuseppeg I looked into this a bit further, and it appears you _can_ use `{{>@partial-block}}` as long as some care is taken for base patterns. Here is an example that...
@giuseppeg That should work fine. I added another example to this test branch to verify the plain partial usage, and I wasn't able to reproduce that error: https://github.com/cloudfour/drizzle/compare/debug-issue_87 Can you...
@giuseppeg Thanks for the additional info. It looks like this is an issue that affects Handlebars itself: https://tonicdev.com/erikjung/57c72b19ad12611300cb9f58 ^ Same error conditions (no error when removing the `patterns.components.nav.item-link` partial)
@giuseppeg We use SUIT on most of our projects, so that's great 👍 The template handling is also something we plan on improving for 1.0. We've received some good feedback...
@outofculture This is something we've been annoyed with too. We will consider using `gulp-watch`, thanks for the recommendation.