OverviewFluid Infusion trunk was restructured to make it easier to find, relate, and distinguish our code. - Components have all be moved into a "components" directory. This directory is then subdivided into individual directories for each of the specific components.
- Framework code has been moved inside the "framework" directory. This directory is subdivided into core, fss, and renderer.
- The lib directory is home to various 3rd party software that we depend on, e.g. jQuery.
- A new pattern that has emerged, is to have individual directories for css, js, images, and etc. For example, a component will contain these sub-directories, as opposed to grouping all css, js together in a single higher level directory.
Below you will find images to help map your 0.8 directory to the new 1.0 structure. While this is not a complete translation or the directory structure, it will point out key areas of interest. |