Skip to content
This repository has been archived by the owner on Sep 14, 2018. It is now read-only.

Releases: fephil/garrus

0.7.1

28 Dec 23:00
Compare
Choose a tag to compare

Just dependency updates, nothing jazzy this time!

0.7.0

09 Nov 16:30
Compare
Choose a tag to compare

A much smaller release focusing on some nice to haves:

  • The workflow now automatically increments the cache busting variable when gulp is used,
  • Add a SASS path functionality,
  • JS Unit tests are now linted,
  • JS linting is now ran on build (but doesn't stop the task if there are warnings),
  • Add basic print styles,
  • Dependency updates.

NOTE: Yarn support has been removed at this time due to issues with Travis-CI and other CI services.

0.6.2

20 Oct 12:45
Compare
Choose a tag to compare
  • Add full Yarn support,
  • Update dependencies.

0.6.1

14 Oct 00:52
Compare
Choose a tag to compare

Fixes an issue with functions used in _variables.scss not working

0.6.0

13 Oct 22:57
Compare
Choose a tag to compare

This is the biggest update to this workflow since the project began. Many features which have been pending for a long time have been implemented.

  • Add Mocha & Chai Javascript user testing,
  • Refactor SCSS to use ITCSS,
  • Updated SCSS code with many new features such as typography, spacing and helpers,
  • Add sitemap.xml generation,
  • Add robots.txt generation,
  • Add tota11y accessibility checker task,
  • Add JavaScript sourcemaps,
  • Add Commitizen support,
  • JavaScript now uses ES6 modules,
  • SVG icons now use SVGGO to compress icons,
  • Add new 'config' folder to configure the workflow,
  • Add example favicon, pinned tab & mobile app icons,
  • Updated dependences.

NOTE: The .node-version file was removed from the workflow due to problems when having multiple versions of node installed on the same machine.

0.5.3

15 Aug 10:27
Compare
Choose a tag to compare
  • Renamed the workflow to garrus,
  • Updated dependencies.

0.5.2

12 Jul 19:38
Compare
Choose a tag to compare
  • Add a .node-version file for avn,
  • Fix babel-register startup error,
  • Update dependencies.

0.5.1

16 Jun 11:27
Compare
Choose a tag to compare

Hotfix for normalize.css not importing correctly.

0.5.0

15 Jun 18:55
Compare
Choose a tag to compare

Mainly some housekeeping, but with one or two nice additions. Dependencies move fast!

  • Added stylefmt to 'auditcode' task to automatically fix SCSS linting code,
  • Updated to use normalize.css v4 and pull it in via npm for easy updating,
  • Fixed handlebars helpers not working in Metalsmith and added an example,
  • Remove the need for eyeglass, this should help with Windows machines,
  • Tweaks to svgsprite task to improve error logging and SVG processing,
  • Updated all dependencies.

0.4.3

22 Apr 14:35
Compare
Choose a tag to compare
  • Reverted to gulp-sass 2.2.0 as 2.3.0 has errors on Windows,
  • Fixed icon partial path variable.