Skip to content

Releases: Foundation-for-Jekyll-sites/jekyll-foundation

0.5.0

14 Jul 08:45
Compare
Choose a tag to compare
  • Use yarn or npm as front end dependencies manager instead of bower
  • Update Foundation to version 6.4.

Thanks @kculmback for your awesome work!

Version 0.4.0

18 Nov 09:05
Compare
Choose a tag to compare
  • Drop asset revisioning
  • Update node dev-dependencies
  • Drop Node 0.x support

Version 0.3.0

24 Mar 17:16
Compare
Choose a tag to compare
  • 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

29 Jan 21:19
Compare
Choose a tag to compare
  • 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

27 Jan 17:39
Compare
Choose a tag to compare
  • 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

17 Jan 09:23
Compare
Choose a tag to compare
  • 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