Metadata
- Source
- FLUID-3452
- Type
- Bug
- Priority
- Blocker
- Status
- Closed
- Resolution
- Cannot Reproduce
- Assignee
- Laurel Williams
- Reporter
- Laurel Williams
- Created
2009-12-18T12:40:30.000-0500 - Updated
2009-12-18T16:03:50.000-0500 - Versions
- N/A
- Fixed Versions
-
- 1.2
- Component
-
- Infusion Builder
Description
The logic in postProcessor.php for determining if the build should be minified or not is incorrect. Instead of building one minified and one source zip file, it builds either two minified or two source zips. This error was probably missed previously in the development and QA process because each person either build a minified or source build and checked only the requested zip and not it's "partner".
This is a very simple fix, but as it is very late in the QA process and we may no longer reach the end of day deadline for release, it may be advisable to address this issue by making the fix required for FLUID-3437 and release in the new year.
Attachments
Comments
-
Laurel Williams commented
2009-12-18T12:49:28.000-0500 The attached patch fixes the logic for packaging a source or minified build
-
Justin Obara commented
2009-12-18T16:03:50.000-0500 This is no longer an issue now that FLUID-3437 has been fixed.