- Config file has been completely rewritten to clean it up and allow for this version's additions
- Dependency
shelljs
added to perform command-line operations safely
- Added
appDirectory
config option to allow an app folder to be merged with the build - Added
url
config option to set the output URL - Added
useRelative
option to convert the URL to/
- Added
inheritLayout
option toconverter/view
config to allow the views to absorb the layout
- [Issue #35] - Config creator should be able to append to existing config
- [Issue #36] - Layout file should not be required
- [Issue #38] - Throws exception if app directory does not exist or is empty
- [Issue #31] - Remap automatically converts relative paths to absolute path
- [Issue #30] - Remaps with same tag seem to interfere
- [Issue #29] - Build -f throws exception if app is open in another window
- [Issue #28] - App isn't merged without -f
- [Issue #21] - Allow for contributions (md files, etc)
- [Issue #24] - App merge doesn't work
- [Issue #23] - Remaps with hash checks result in 403
- [Issue #22] - Configuration file created successfully even if it exists.
- [Issue #18] - App directory
- [Issue #17] - Readme
- [Issue #19] - Remove testing tag from config
- [Issue #14] - Checking builder.shouldBuild() is not idempotent
- [Issue #13] - html-to-app fails if out-of-source build, with -f, and dist folder already existing
- [Issue #12] - html-to-app -c should kill program after creating config file
- [Issue #10] - Config creator should export full-featured config file
- [Issue #7] - Pre & Post commands at each step
- [Issue #6] - Converter needs to remap directories
- [Issue #2] - Importer should have ignore files functionality
- [Issue #8] - Out-of-source build creates extra subnested dist folder
- [Issue #5] - Build fails if images directory doesnt exist
- [Issue #4] - Default config file should be in seperate file
- [Issue #3] - Default config should support out-of-source build
- Remove config directory from source-control
- Create a blank config file if non-existant
- Changed the default image import path from
./assets/images/
to./images