framework/stubs/extension
Toby Zerner 9bfb797fdc Refactor the web app bootstrapping code
- All custom JS variables are now preloaded into the `app.data` object, rather than directly on the `app` object. This means that admin settings are available in `app.data.settings` rather than `app.settings`, etc.
- Cleaner route handler generation
- Renamed ConfigureClientView to ConfigureWebApp, though the former still exists and is deprecated
- Partial fix for #881 (strips ?nojs=1 from URL if possible, so that refreshing will attempt to load JS version again)
2016-05-26 19:04:24 +09:30
..
js Clean up 2015-10-14 11:14:36 +10:30
less Add admin client JS/LESS to extension stub 2015-08-04 17:18:45 +09:30
src/Listener Refactor the web app bootstrapping code 2016-05-26 19:04:24 +09:30
.editorconfig Clean up editorconfig, eslint, npm dependencies 2015-09-04 12:11:34 +09:30
.eslintignore Update extension generator 2015-07-20 18:08:50 +09:30
.eslintrc Clean up editorconfig, eslint, npm dependencies 2015-09-04 12:11:34 +09:30
.gitignore Clean up 2015-10-14 11:14:36 +10:30
bootstrap.php Update extension skeleton 2016-01-20 22:14:08 +01:00
composer.json Clean up extension stub. 2015-06-08 15:05:35 +09:30