on 2019 Mar 04 12:53 PM
I want to create ant target e.g. ant buildUI for compiling and generating *.css and rtl files by using Grunt. So it will be easy to everyone for compiling and generating css and rtl files.
Does any one have integrated Grunt or have idea about it.
I appreciate your help in advance.
Thanks and Regards,
.
Request clarification before answering.
Hi Swapnil
we can create new ant task inside build.xml file like below
Executable path will be grunt cmd path.
<target name="ant buildUI" description="builds css and js files">
<exec executable="\AppSense\AppData\npm\grunt.cmd" dir=""/>
</target>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.