Esds Build Versions Save

Static site generator optimized for building and documenting design systems.

v0.47.0

5 years ago

Adds tasks for Automated Visual Regression via BackstopJS

v0.36.0

5 years ago

A recent release that modified how often /docs/*.njk files were compiled, broke the functionality that updated those same files whenever a macro or template file was changed. Fixed by this release.

v0.35.0

5 years ago

In esds-build-config.js you can now add:

...
  svgoConfig: {
      plugins: [
          {
              removeAttrs: {
                  attrs: 'stroke'
              }
          }
      ]
  },
...

0.30.0

6 years ago

Adds pre and post hooks for every gulp task that runs so a project's gulpfile can inject tasks into the esds-build lifecycle.