Feature #44
Load in default settings using the build system
100%
Description
Currently default settings are integrated into the source code, which makes it difficult to add or modify the built-in scripts. It would be significantly easier if the build process automatically integrated these from an exported file.
History
Updated by jahoti about 2 years ago
- Status changed from New to In Progress
- Assignee set to jahoti
- % Done changed from 0 to 100
Patch pushed to git; awaiting acceptance/rejection from master branch.
Updated by koszko about 2 years ago
Perhaps we could load default_settings.json using XMLHttpRequest and this way reduce the complexity of build system and the amount of sed trickery?
Everything seems good, though. Accepting.
Updated by jahoti about 2 years ago
That would be a very, very good idea (albeit much less relevant if the build system is rewritten in JS).
Updated by koszko about 2 years ago
Btw, I am considering maintaining old build.sh alongside the new build.html. Plus, IMHO, changing to use XMLHttpRequest would be a good idea in case of the JS build system, too
Updated by jahoti about 2 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100