zkless-engine-maven-plugin - allow compiler options

XMLWordPrintable

    • Type: Bug
    • Resolution: Done
    • Priority: Normal
    • Component/s: 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>
      

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

              Created:
              Updated:
              Resolved: