Uploaded image for project: 'ZK Addon'
  1. ZK Addon
  2. ZKADDON-4

zkless-engine-maven-plugin - allow compiler options

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Normal Normal
    • None

      currently the less compiler command used is hard coded and doesn't allow additional compiler options if needed (see: lessc --help)

      also provide option to customize the compiler command

      e.g. in the pom

      <configuration>
         <compileCommand>/my/custom/lessc</compileCommand> <!-- NEW -->
         <compileCommandOptions>
            <compileCommandOption>-js<compileCommandOption>
         </compileCommandOptions> <!-- NEW -->
         <sourceDirectory>${project.basedir}/src/archive</sourceDirectory>
         <outputDirectory>${project.basedir}/target/classes</outputDirectory>
      </configuration>
      

            wenninghsu wenninghsu
            cor3000 cor3000
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: