-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Milestone
Description
- creates a single combined and minified src file that includes all classes found in the main src directory
- file name will be [app name].js
- Add config that specifies an index file (defaults to index.html). A build version of the file is created such that:
- the script includes are replaced with the built file
- All generated files are placed in the build directory
- Add resources config:
- specify one or more resource directory (defaults to "resources")
- each resource directory is copied as-is to build directory