google-code-export / wro4j

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

Incremental change build should process the target group when the target folder does not exist anymore #730

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
since 1.5.0, the wro4j supports incremental change build, meaning that it will 
process only the group which were affected by a change. In your example, you 
are remove and append back the semicolon, meaning that no real change is 
applied on the file itself. Therefore, wro4j assumes there is nothing to 
process. This is a feature, not a bug :).. .However, it does make sense to 
process the target group when the target folder does not exist anymore.

More details on github: https://github.com/alexo/wro4j/issues/102

Original issue reported on code.google.com by alex.obj...@gmail.com on 24 May 2013 at 9:50

GoogleCodeExporter commented 9 years ago
Fixed in branch 1.6.x.
When destinationFolder doesn't exist, all groups are processed (not only those 
identified by incremental change)

Original comment by alex.obj...@gmail.com on 6 Jun 2013 at 5:21

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 8 Jun 2013 at 9:48