Skip to content

Instantly share code, notes, and snippets.

View arunpjohny's full-sized avatar

Arun P Johny arunpjohny

  • Greytip Software Pvt Ltd
  • Bangalore
View GitHub Profile
<!-- Compile LessCSS -->
<macrodef name="lessjs">
<attribute name="input" />
<attribute name="output" />
<sequential>
<java jar="./${dir.build.tools}/${tool.rhino}" fork="true" output="@{output}">
<arg path="./${dir.build.tools}/${tool.less}" />
<arg path="@{input}" />
</java>
<echo>Lessjs: generated @{output}</echo>