- using yarn as package manager instead of npm
- using bootstrap 4 beta 2
- using jquery latest
- using gulp tasks for
- scss compile
- scss minify
- js concat
- inline svg
- nunjucks template engine (https://mozilla.github.io/nunjucks/)
- json data
- export nunjucks to fluid templates for better TYPO3 integration
- added breakpoints in javascript
- fixed the plugin for new bootstrap version
- export nunjucks template to fluid ready to use templates
ALLWAYS WORK IN SRC FOLDER! FILES GETTING COMPILED TO DIST FOLDER
EVERY CHANGE WILL BE REMOVED IN DIST FOLDER BEFORE RECOMPILING
- yarn install
- run gulp default or watch task
- all files are merged/copied/minified in dist folder
- use gulp task "serve" for browsersync
- use gulp task "export-fluid-templates" for TYPO3 ready templates
KTHXBYE!