Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ошибка при сборке проекта с технологией css-stylus #1

Closed
gruzzilkin opened this issue May 20, 2013 · 4 comments

Comments

@gruzzilkin
Copy link

С js и css собирается отлично, но при замене css на css-stylus вываливается такая ошибка:

node_modules/.bin/enb make
22:46:31.356 - [enb-test] build started
22:46:31.696 - [enb-test/desktop.bundles/index] [failed] _index.styl
22:46:31.696 - [enb-test] build failed
Error: There is no tech for target desktop.bundles/index/index.styl.
    at Error (<anonymous>)
    at TargetNotFoundError (/var/www/projects/bem/enb-test/node_modules/enb/lib/errors/target-not-found-error.js:11:23)
    at /var/www/projects/bem/enb-test/node_modules/enb/lib/node.js:444:27
    at Array.map (native)
    at /var/www/projects/bem/enb-test/node_modules/enb/lib/node.js:440:36
    at Array.2 (/var/www/projects/bem/enb-test/node_modules/enb/node_modules/vow/lib/vow.js:200:56)
    at callFns (/var/www/projects/bem/enb-test/node_modules/enb/node_modules/vow/lib/vow.js:423:35)
    at process._tickCallback (node.js:415:13)

Собственно мне нужно было прикрутить css-less, которую я сделал на основе css-stylus, но ни одна из технологий не взлетела.

ЧЯДНТ? :-)

@mdevils
Copy link
Contributor

mdevils commented May 20, 2013

Там таргет index.css должен быть

@mdevils
Copy link
Contributor

mdevils commented May 20, 2013

@gruzzilkin
Copy link
Author

Ок, спасибо, css-stylus теперь работает как надо. А вот завести css-less по аналогии у меня не выходит. Можно сделать фич-реквест на css-less или без шансов?

@mdevils
Copy link
Contributor

mdevils commented May 20, 2013

Можно, но в рамках отдельной задачи :)

@mdevils mdevils closed this as completed May 20, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants