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.
Added checks for index.njk and data.json files to switch from demo file
usage.
To prevent override of default files.
Updated explanation on demo entry page.
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
- added favicon
- changes to the gulp sprite module
- changes to gulp linting
- fixed javascript scroll function and added setup function content
- fixed javascript indentation
- new error pages
- changed css for link colors
- fixed css sprites
- changed .gitignore for art folder
- add gulp processing for art
- changed nunjucks templates file structure to reflect demo files
- removed file for new styles
- renamed most sass variables
- added sass function for space classes
- great progress with content of the intro page
- moved old gulp tasks to DEPRECATED.md
- sorted many styles for better groups
- started renaming of variables $basic_front_color becomes
$color_front_basic for example
- new demo page examples
- moved config file examples to deprecated file
- renamed nunjucks extension to njk
- removed old demo html files
- started to change CRLF to LF
- detail work on style definitions
- added structure for demo files
- reworked nearly all gulp tasks
- added html templating with nunjucks
- replaced some old html files
- started correction of scss and js files according to lint results