FLUID-2514: Custom build package is incorrect when trying to include some things from a directory and exclude others from the same directory.

Metadata

Source
FLUID-2514
Type
Bug
Priority
Minor
Status
Closed
Resolution
Cannot Reproduce
Assignee
N/A
Reporter
Michelle D'Souza
Created
2009-04-03T22:31:54.000-0400
Updated
2024-07-22T11:59:15.750-0400
Versions
  1. 1.0
  2. 1.1
  3. 1.1.1
  4. 1.1.2
  5. 1.2
  6. 1.3
  7. 1.4
  8. 1.5
  9. 2.0
Fixed Versions
N/A
Component
  1. Build Scripts

Description

There is an issue with excluding things in a certain directory and including others. This is a rare case since most modules are in their own directory. The one example right now where this is a problem is jQueryUICore and jQueryUIWidgets. The MyInfusion.js file is built correctly but the other files related to the module being excluded are copied into the build.

Comments

  • Colin Clark commented 2010-02-24T10:44:36.000-0500

    Described another way, we have a granularity issue with some of our modules:

    If the all live in the same directory together, they can't be added/removed from a build independently. They form a fully atomic module.

    This can be fixed by moving each jQuery UI widget out into separate directories and creating separate dependency declarations for them.

  • Justin Obara commented 2024-07-22T11:59:15.580-0400

    I believe this has been addressed in our current npm based build system We have separate modules for logical chunks so hopefully this is fully addressed. If any issues our found a new ticket should be opened.