Erik Jung

Results 23 comments of Erik Jung
trafficstars

@yodasw16 We have also experienced the need for this kind of flexibility. Are you thinking that this would be a new property defined in the front-matter of a pattern with...

Noting this for future consideration: https://github.com/helpers/handlebars-helper-isActive

Regarding sandbox/demo page scripts, I'm wondering if webpack should even be used. It's purpose is to resolve modules and bundle them together...so it seems like adding more entries for individual...

@guilambert > What about using a custom toolkit setup different from Drizzle, is that possible? Yes, you could in theory use a clone of this repo (or your own starting...

@guilambert > Thought the timestamp helper came from @cloudfour/hbs-helpers so I also installed it, but still no chance. Any idea what I'm missing? In addition to including that helpers package,...

@guilambert Could you provide an example repo or a `tree` output of your directory structure? This path issue you're describing is likely something specific to the builder. Having something to...

@mattWillis This appears to be a known problem with npm, based on some [similar issues](https://github.com/filamentgroup/grunticon/issues/280). Can you try installing that package by itself? ``` npm install @cloudfour/hbs-helpers ``` Also, are...

@mattWillis > Do you mind if I ask why Cloud Four is using that naming scheme? It seems like removing the symbol would solve the problem. This is the naming...

@mattWillis We'll look into how others have resolved the sporadic issues with scoped names. One possible workaround you can try is to install from the repository instead of the npm...