Author: kishore
Date: Fri Apr 28 20:08:22 2017
New Revision: 1793146

URL: http://svn.apache.org/viewvc?rev=1793146&view=rev
Log:
Compress less output

Modified:
    manifoldcf/branches/CONNECTORS-1418/framework/build.xml

Modified: manifoldcf/branches/CONNECTORS-1418/framework/build.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1418/framework/build.xml?rev=1793146&r1=1793145&r2=1793146&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1418/framework/build.xml (original)
+++ manifoldcf/branches/CONNECTORS-1418/framework/build.xml Fri Apr 28 20:08:22 
2017
@@ -370,6 +370,8 @@
         <java classname="org.apache.manifoldcf.less.MCFLessCompiler" 
fork="true" failonerror="true" maxmemory="128m">
             <arg value="crawler-ui/src/main/less/style.less"/>
             <arg value="build/crawler-ui/css/style.css"/>
+            <!-- Compress less output -->
+            <arg value="true"/>
             <classpath>
                 <path refid="less-classpath"/>
                 <pathelement location="build/less-compiler/classes"/>


Reply via email to