Ticket #43 (new defect)
Reporter Satyen Desai |
Opened: 08/5/11 Last modified: 08/5/11 Status: new Type: defect |
Owner Reid Burke |
Target Release: Priority: P3 (normal) |
|---|---|---|---|
| Summary: | Building multiple build/[modules] from a shared src/[component] directory leaves a bunch of CSS cruft in the build/[modules]/assets folders | ||
| Description: | This surfaced now that we've flattened out the dir structure and no longer have physical rollups in a build/[component] directory. I think there's a build step were we copy all the contents of src/[component]/assets over to build/[module]/assets, and hence each module built from a component src dir gets all assets, instead of We can fix it without any other changes by looking for specific -core, -skin css files (without requiring modules to update their build properties) but for the associated images, we have no idea which |
||
| Type: | defect | Observed in Version: | development master |
| Component: | Builder | Severity: | S3 (normal) |
| Assigned To: | Reid Burke | Target Release: | |
| Location: | Priority: | P3 (normal) | |
| Tags: | Relates To: | ||
| Browsers: | N/A | ||
| URL: | |||
| Test Information: | |||
Forgot to add, for example, if you try building src/scrollview you'll see the cruft ....