Init example starts like an application with fullscreen steps leading to an idle or menu state.
Each step has specific events to trigger the next step.
- Add index screen to ui
- Add own script
- Update ui style
- source/screens is now free for user files
- rename demo templates to their equivalent sources
- add demo maintenance template
- demo templates use html base element
- new global variable debugMode
- demo templates are now based on hippie defaults joined with template inheritance
- add log macros
- new function logAdd()
- log uses global state
* Update to jquery 3.3.1
* Removed test json file
New template variable bodyClass. Better block structure to be able to
better differentiate content in screens.
Enabled usage of predeterminded javascript user files. Added
`variables.js`, `functions.js` and `globals.js` to build queue.
Therefore added option for emtpy single globs.
Changed some sass for better modular usage.
gulpjs
* new spritesmith plugin
* reworked exports
* new nunjucks-render version fixing dependency issues!
File structure
New naming scheme for nunjucks files. Underscore used for files which
are imported and not directly displayed.
Nunjucks blocks where renamed and are placed differently.
New macro for navigational elements.
- updated to 0.4.0
- corrected license for npm
- update to gulp 4
- updated all dependencies
- new and removed packages, see `package.json`
- changed file structure, renamed `pages` to `screen` and new `data`
folder
- complete change of `gulpfile.js` with similar output