javascript - How to make the node version of lessc or recess compile with development output for FireLESS -


the following code can used browser/live version of less. how can command line version?

<script type="text/javascript">      less.env = "development"; </script> 

that impossible. lessc compiler compiles less code static css code.

when running less in browser explained http://lesscss.org/usage/#using-less-in-the-browser less code compiled less.js compiler. less.js runs client side in browser , can send message console (which can read fireless).


Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

java - SmsManager sending message more than one -