You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code doesn't generate app.css for me and don't give any output.
If I use less-rhino-1.5.1.js, then I can get my app.css
But if I try to generate source-map file with it, then I get error
output: SyntaxError: Cannot find module 'source-map' in app.less on line null, column 0:
Could you please give me advise with it. How I can get both generated app.css and app.css.map?
java -version
java version "1.7.0_55"
Java(TM) SE Runtime Environment (build 1.7.0_55-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.55-b03, mixed mode)
Thank you!
The text was updated successfully, but these errors were encountered:
I closed this, but then found out that the option you are using --source-map does not work in rhino. I opened new issue for it #2044, to give that problem special title.
Thank you so much for your response, SomMeri!
I spent all day in reading documentations, but it was not enough =)
I will try with another versions of Rhino, coz I anyway need source-map file.
Thank you!
Hi,
I'm trying to compile less with rhino v.1_7R4 js.jar and less-rhino-1.7.0.js.
Also I want to generate source-map.
There is my try with it:
This code doesn't generate app.css for me and don't give any output.
If I use less-rhino-1.5.1.js, then I can get my app.css
But if I try to generate source-map file with it, then I get error
output: SyntaxError: Cannot find module 'source-map' in app.less on line null, column 0:
Could you please give me advise with it. How I can get both generated app.css and app.css.map?
java -version
java version "1.7.0_55"
Java(TM) SE Runtime Environment (build 1.7.0_55-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.55-b03, mixed mode)
Thank you!
The text was updated successfully, but these errors were encountered: