Rob Wierzbowski

Results 63 comments of Rob Wierzbowski

I would love this. Great suggestion.

@shungo27 FYI, This feature is available in the https://marketplace.visualstudio.com/items?itemName=naumovs.color-highlight extension.

Ha, wow. Got busy and forgot about this a long time ago. If anyone else would like to take it, please do.

@toddself ping. We've run into this recently on the application I work on. Would love to hear of any workaounds you've found, and if none to revise this PR and...

Why not just run all of htmlmin last? It's safest to do any sort of regex manipulation with a well formed document, so it seems like a better idea to...

Yep, that's how it's being run in generator-jekyllrb: https://github.com/robwierzbowski/generator-jekyllrb/blob/37223004b8af22bf4f90430d39f74f603c4b22c4/app/templates/Gruntfile.js#L462-L477

+1 to this. We could kludge it together with https://github.com/yeoman/grunt-usemin/issues/128 when that gets in, but a magical "look for xxxx.min.xxx in the same directory as xxxx.xxx, and concat that after...

I would be happy to assume the min naming scheme, and process all without. Fix non-conforming repos upstream :smile:. An option with a map to minified libraries could be good...