Opened 9 years ago
Closed 9 years ago
#14149 closed defect (invalid)
Build does not copy images
Reported by: | Mike Wilcox | Owned by: | Rawld Gill |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | BuildSystem | Version: | 1.7.0b1 |
Keywords: | Cc: | ben hockey | |
Blocked By: | Blocking: |
Description
The IMG directory within the CSS directory of my custom code does not copy over. I've tried using the trees array, and adding it and removing it from the copyOnly list to no avail.
Since most devs will be using back-compat, I don't believe this is a blocker.
Note: See
TracTickets for help on using
tickets.
Ok, I figured this out. In 1.6 the css could be outside of the (custom code) app folder, now it needs to be inside the app folder. The img folder could also be inside the css folder, but now it needs to be outside the css folder but inside the app. If you follow this structure, everything will work.