Sergii Lavrin

Results 168 comments of Sergii Lavrin

There is none built-in. But all Node power is at your disposal to do it. Start [here](https://stackoverflow.com/questions/2727167/how-do-you-get-a-list-of-the-names-of-all-files-present-in-a-directory-in-node-j). Comparing results afterward is trivial.

Any plans to add it?

But unfortunately it will be slower than libsass (and thus, node-sass). I must say that on very large projects even libsass isn't that fast. Maybe Sass can be precompiled somehow,...

To be honest, I even do not know. Recently I gets strong feeling that whole idea about SystemJS and loading all dependencies and transpiling them directly in browsers is quite...

As of right now all get-requests are using [HTTP `GET` method](https://github.com/2BAD/bitrix/blob/master/source/client/index.ts#L37). But yeah, it doesn't work well for Bitrix. It's planned to switch to `POST` in [v3](https://github.com/2BAD/bitrix/issues/7), but there's no...

+1 Not respectin already existing indention `\n`'s and `\t`'s causing a lot of issues.

Yeap, I confirm. Newlines still stripped away for some reason

I confirm that strange behavior. It seems to happen sometimes with css-comment-blocks too

To be honest, didn't get what exactly does it do?