We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Download latest cn1css-ant-task.jar and copy into your project’s lib directory.
lib
Copy the following snippet into you project’s build.xml file:
build.xml
<taskdef name="compileCSS" classname="com.codename1.ui.css.CN1CSSCompileTask" classpath="lib/cn1css-ant-task.jar"/> <target name="compile-css"> <compileCSS/> </target>
Change the following line in your project’s build.xml file:
<target name="-pre-compile">
to
<target name="-pre-compile" depends="compile-css">
There was an error while loading. Please reload this page.