Andrew Abramov

Results 79 comments of Andrew Abramov

There is another option when part of suffixes need to be processed with `reorder: true`, and some with `reorder: false`. For example, if one suffix is alias: `useFileList(['vanilla.js', 'browser.js ||...

May be you can add the `aliases` option? ``` js useFileList(['vanilla.js', 'browser.js'], { reorder: true, aliases: { 'browser.js': 'js' } }); ``` But how to override this with `sourceSuffixes`? ```...

> if you introduce alias option, you don't need the reorder option I guess. sure @mdevils is `alias` name appropriate for the case with `styl` and `css`?

I think the `group` or `groups` name is suitable for all cases. For `stylus`: ``` js // in `build-flow` useFileList(['styl'], { group: { 'styl': ['css', 'styl'] } }); // in...

I think that if we fix #232 then this issue does not need to do.

Кто-нибудь хочет помочь? :) Есть предложения? Думаю, что можно разложить всю документацию на отдельные файлы в папку `docs`. Всё разом сделать сложно. Можно выбирать одну тему, переносить её в отдельный...

> Если не ошибаюсь, в версии 1 вы выпилили очень много из enb, но гайда по переходу я так и не нашел. @dpolyakov [История измениний](https://github.com/enb/enb/releases/tag/v1.0.0) не подходит? Ещё есть гайд...

@pahaz, does this problem with latest version of ENB?

Да, годное решение.

@j0tunn мне кажется, что ты не прав, говоря, что выхлопа по времени не будет. Попробую объяснить почему на примерах. ### Обработка Давай для наглядности возьмём Stylus, он синхронный. Допустим мы...