[ALOY-270] app/assets changes not reflected in /Resources
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2012-09-14T12:44:58.000+0000 |
Affected Version/s | 2012 Sprint 19 |
Fix Version/s | 2012 Sprint 19, Release 3.0.0 |
Components | n/a |
Labels | n/a |
Reporter | Kevin Whinnery |
Assignee | Unknown |
Created | 2012-09-14T10:12:42.000+0000 |
Updated | 2018-03-07T22:25:34.000+0000 |
Description
Right now, everything is app/assets is supposed to be straight copied over to the Resources directory. However, if an asset is changed or removed, the old assets just stay in /Resources. I bet alloy is just doing a copy, when you really need to do a remove and copy, so that asset folder structure changes are picked up.
Involved a few more changes than expected, reaching out to our jake commands as well. Tested on all 3 platforms.