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

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -