Opened 12 years ago
Closed 12 years ago
#537 closed enhancement (fixed)
build files should be included in build output
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | P2 | Milestone: | Future |
Component: | Core | Version: | 2.0 |
Severity: | Major | Keywords: | |
Cc: | Browser: | All | |
External ID: | Operating System: | All | |
state: | New |
Description
It is currently difficult to make customizations to a deployed copy of Fusion (ie. Modify fusion.js or some widget and re-build a new compressed version of fusionSF-compressed.js) because the build process does not include the following:
- The build.xml
- The template config.json
- The utils folder required by build steps in build.xml
These files/directories should also be copied to the target output folder as part of the normal build step in build.xml
Note:
See TracTickets
for help on using tickets.
Fixed 2.4 MGOS branch (r2616) and trunk (r2617)