Skip to content
This repository has been archived by the owner on Mar 25, 2018. It is now read-only.

Caching shirts for washing #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Caching shirts for washing #23

wants to merge 1 commit into from

Conversation

qfox
Copy link
Member

@qfox qfox commented Mar 22, 2018

@@ -60,16 +63,22 @@ function src(sources, decl, tech, options) {
// Получаем слепок файловой структуры с уровней
const introspectionP = Promise.resolve(config.levelMap ? config.levelMap() : {})
.then(levelMap => {
const cache = introCache[sources.join(':')];

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sources.join(':') переменную?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

а, ну да :(

setTimeout(() => hasSomeData ||
reject('Looks like there are no files. ' +
'See also https://github.com/bem-sdk/bem-walk/issues/76'), 1000);
'See also https://github.com/bem-sdk/bem-walk/issues/76'), 10000);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А это есть смысл через конфиг настраивать?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Есть смысл это выпилить)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants