Brian Holt

Results 11 comments of Brian Holt

I'll investigate! Here is where the website: https://btholt.github.io/intro-to-web-dev-v2/dom

Yeah, I was having these as well. It's because it's trying to invoke that `import` statement in Node and Node doesn't understand `require.ensure` which is what `import` translate to. You'd...

Yeah, you're not wrong. It'd be cool if we could put an annotation there cc @1Marc

:+1: This would be helpful to me.

This is indeed broken. I tried to fix it for v1 of this course but it was so different that I'm actually heading back to re-record it in May.

I just finished rewriting the section for v2 if you want to preview the next version of the course https://containers-v2.holt.courses/lessons/crafting-containers-by-hand/cgroups

That doesn't bother me as much; I can deal with that. Using the word `get` turns off highlighting for the rest of the JSX XML/HTML block. ![sublime](https://cloud.githubusercontent.com/assets/999523/5431595/b80abe8a-83e9-11e4-8653-3ff398166708.png)

I'm dealing with this exact issue as well. It seems like we can force grunt-newer into thinking that it's in the mode where there's only src and no dest then...

Just tested my theory by changing lib/util.js line 72 from `if (obj.dest) {` to `if (false) {` and it does work as intended. I can't see a way to do...