« Return to Thread: [jira] (MOJO-1816) lesscss-maven-plugin: optimise compilation step

[jira] (MOJO-1816) lesscss-maven-plugin: optimise compilation step

by JIRA jira@codehaus.org :: Rate this Message:

| View in Thread


     [ https://jira.codehaus.org/browse/MOJO-1816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christopher Hunt closed MOJO-1816.
----------------------------------

    Resolution: Incomplete

I'll close this issue until I can properly reproduce it. I think it actually might be the way I have folders structured for my project.
               

> lesscss-maven-plugin: optimise compilation step
> -----------------------------------------------
>
>                 Key: MOJO-1816
>                 URL: https://jira.codehaus.org/browse/MOJO-1816
>             Project: Mojo
>          Issue Type: Bug
>            Reporter: Christopher Hunt
>            Assignee: Marcel Overdijk
>
> When using the plugin, it appears to be invoked every time I perform my process-resources goal. Given that the LESS compilation is very time consuming (seconds given Bootstrap and 3 other files), it would be great if the plugin only activated when files (or their dependencies) actually change.
> The best way to achieve this is IMHO is to compare the modification time of a target file to its source file. In addition the target file must be examined to see if it depends on files, and the same check must be applied.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


 « Return to Thread: [jira] (MOJO-1816) lesscss-maven-plugin: optimise compilation step