zspecza

Results 6 comments of zspecza

Hi @aomega - Yes, it's all just promises under the hood so it should resolve asynchronously. This pipeP implementation will automatically call Promise.all for you any time it encounters an...

Hmm, that's a good idea. I've updated the title of this issue to reflect this. It shouldn't be too big of a change, since `Promise.all` already accepts an iterable and...

@aomega interesting - I don't think we'd need transducers or even the `processCollection` function - as long as we stick to the iterable spec, we should be able to get...

Side note: If it's possible to pipe output from Sass / Less to PostCSS and then back again the same way Stylus can, then it might be possible to re-use...

This module might be useful: https://www.npmjs.org/package/is-online

I'd also like to point out the importance of @Atinux' decision to add a new build-time flag using `DefinePlugin` over just using `process.env.VUE_ENV` - Webpack's module resolution when code splitting...