Releases: Foundation-for-Jekyll-sites/jekyll-foundation
Releases · Foundation-for-Jekyll-sites/jekyll-foundation
0.5.0
Version 0.4.0
- Drop asset revisioning
- Update node dev-dependencies
- Drop Node 0.x support
Version 0.3.0
- Unify lists in config files, get rid of rarely used jekyll configuration variables
- Let Travic CI test a production build
- Make the package Foundation 6.2 compatible
- Move foundation-menu include above dropdown to fix issue where dropdowns stay open with flexbox mode enabled
- Use Jekyll only to output HTML files
- Delete DOC file, use Wiki instead
Version 0.2.1
- Get rid of the !(...).js glob in gulp config which caused long execution times for the javascript task and large filesize of the all.js file in production builds
- Add what-input.js again, which is required by Foundation
Version 0.2.0
- Reorganize the gulp tasks: Use single JS files and a YAML file for configuration. The tasks should be more interchangeable between your projects
- Improve usage on Windows systems (thanks @shoshorov)
- Update Foundation settings file to match version 6.1.2
- Fixes for the 404 error page
Version 0.1.0
- SCSS compilation
- CSS and JavaScript minification and concatenation
- Append content hash to asset filenames and use proper browser caching
- Make use of jekyll incremental builds