Rob Wierzbowski

Results 63 comments of Rob Wierzbowski

@eddiemonge Re, what this would look like: Instead of running regex on HTML we would use an HTML parser to build a document tree, and then would be able to...

@carols10cents and I were thinking of a simplified, more declarative workflow, and wanted to start from scratch. If @eddiemonge / other maintainers want to discuss, I'm sure we'd be interested...

I'm moving my work in this space to gulp, so won't be contributing here. Leaving the issue open for anyone else that wants to pick up the torch.

A good workaround from @aligo: > I am using on my code now. So when the search paths {app,.tmp} be passed to grunt-contrib-concat, each file path will become like {app,.tmp}/scripts/xxx.js,...

True, a configuration option is the real fix. @sleeper, is there something like this in 2.0?

Me too, so I should probably DIY for OSS FTW. I'll try and roll a PR this weekend.

The simple but hackey solution is to give your preprocessor files an alternate file name (e.g., .jade, .hbs) On Tuesday, April 15, 2014, Brian Gerstle [email protected] wrote: > @szimek https://github.com/szimek...

I'm having a similar issue. The app I'm working on contains the content > For example, when rolling a fair [six-sided] number cube each number is equally likely to come...

For another real world example I'm writing a mixin right now that has a keyword list, and needs to call a related function if an argument passed in contains a...

@chriseppstein: Is your argument against interpolation solely readability? Each of the alternate suggestions puts a higher mental burden on me than reading an interpolated string. If interpolation isn't going away...