franleplant / require-less

Browserify transform to require('file.less')
MIT License
1 stars 0 forks source link

Browserify 4.x update, please. #1

Closed uipoet closed 10 years ago

uipoet commented 10 years ago

Pleased to find this module. All others going inline is not what I was after.

franleplant commented 10 years ago

Thanks for your interest. Can you expand on this? If you go checkout package.json the version of Browserify is 4.1.8

uipoet commented 10 years ago

Begging your pardon, I accidentally left "splitlessify" in my package.json before running "npm install require-less --save-dev.

franleplant commented 10 years ago

No problem. I really appreciate you interest. BTW Im working on a new release that fixes a issue which is simply that you need to install callback-stream by hand in order for the require-less to work. Please update as soon as I make the release.

uipoet commented 10 years ago

Just ran into that. Will do and thanks for the speedy responses.

franleplant commented 10 years ago

Just made the new release. Please do npm install require-less@latest --save-dev to fix the dependency issue. While I was working on this I have also updated to browserify 4.2.0.

Thanks for your feedback.