Sergey Berezhnoy

Results 93 comments of Sergey Berezhnoy

проблема не только в том, что `.input()` не принимает стрим, есть ещё вопрос резолвинга путей -- в случае со стримом, не понятно от какого пути отсчитывать относительность

@alexeyten от сdw это хоть какая-то определённость, да -- но обычно всё запущенно в корне проекта и через апи хочется сжать несколько файлов в разных местах :-(

@arikon да, хорошая идея -- нужно только определиться с приоритетами `contextDir` и пути файла в случае, когда он input задаётся путём

should work after 0.4.12

Can you please provide full content of your `test.js` file? Also, if you have local clone, can you run `npm install && make tests` in working copy? On 24.04.2012, at...

you need also run `npm link` in working copy, because of using global paths for beautifiers in tests :-( i will fix it later On 25.04.2012, at 7:24, [email protected] wrote:...

after `npm link` you still have the same error? ``` module.js:332 throw new Error("Cannot find module '" + request + "'"); ^ Error: Cannot find module 'krasota/lib/beautifiers/always-semicolons' ```

I think you have't npm's root path in your NODE_PATH, so node can't find global installed npm modules. Try this: `echo 'export NODE_PATH="'$(npm root -g):$NODE_PATH'"'>> ~/.bashrc && . ~/.bashrc` (or...

anyway i think to remove all global paths from tests

ok but I need one commit merge -- http://github.com/veged/narwhal/commit/b0950e15b9056c168cb21d4e0dc8e52d58535348