google-code-export / wro4j

Automatically exported from code.google.com/p/wro4j
1 stars 1 forks source link

Incremental build does not work without prepended comma. #761

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This issue was reported on mailing list: 
https://groups.google.com/forum/#!topic/wro4j/8iwGFhRQOHg

I follow 
http://meri-stuff.blogspot.sk/2012/08/wro4j-page-load-optimization-and-lessjs.ht
ml to get things work.
I use eclipse kepler with m2e, m2e-wtp, m2e-wroj4 and wro4j 1.7.0
The output css in the target is be modified every time i modify the source css. 
But I can't have incremental build unless i set postProcessors like:

managerFactoryClassName=ro.isdc.wro.extensions.manager.ExtensionsConfigurableWro
ManagerFactory
preProcessors=
postProcessors=,cssMin

It looks strange. The comma must be prepended or incremental build will not 
work. 

Expected behavior: no prepended comma is required.

Original issue reported on code.google.com by alex.obj...@gmail.com on 22 Jul 2013 at 7:58

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 17 Sep 2013 at 4:01

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 5 Nov 2013 at 1:55

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 8 Jan 2014 at 3:11