Recently we made the switch from Ant to Grunt for driving our build scripts. This should both simplify the dependencies for creating a build, as well as improve the performance of running a build.
Instructions for creating a package of Infusion are now located in the README file. https://github.com/fluid-project/infusion#how-do-i-create-an-infusion-package For the most part, things should be similar to the old process; however, there are a few notable differences. The concatenated js file for an "all" build of infusion is now called "infusion-all.js" The concatenated js file for a "custom" build of infusion is now called "infusion-custom.js" The CSS files used by the Preferences Framework are not generated during a build. for now the static files have been committed to the repo this will be reimplemented after we switch to a css pre-processor (less, sass) Another thing to keep in mind, is that from time-to-time we may need to update the build scripts. If any of the dependencies are changed, you will need to run npm install again. Thanks Justin
_______________________________________________________ fluid-work mailing list - [email protected] To unsubscribe, change settings or access archives, see http://lists.idrc.ocad.ca/mailman/listinfo/fluid-work
