Releases: clay/claycli
Releases · clay/claycli
v4.0.0
#174 - Upgrades to clayhandlebars@5.0.1.
This release is part of a broader set of releases across the Clay suite that reduce the number of places the handlebars version is managed.
This release should be used with amphora@8+ and kiln@10+.
v3.13.0
v3.12.2
#175 - Only import the command that is being used.
v3.12.1
#172 - bugfix: enables css and font minification via CLAYCLI_COMPILE_MINIFIED
Prior to this release setting CLAYCLI_COMPILE_MINIFIED failed to minify css and fonts due to a quirk in the way the environment was interpreted in a boolean context.
v3.12.0
#164 - transpiles client-init
Feature: Subsite Support
- If a subsite exists, copies parent's media files into subsite dir (parent_dir/subsite_name)
- If subsite has its own media assets, overrides what was copied from parent.
Bugfix: Scripts and Templates Watch
- Temporarily remove a couple optimizations to make the
scriptsandtemplateswatch commands work without overwriting entire dependency files
Bugfix: Compile Watcher
Bugfix: security fix event-stream
Freezes event-stream to 3.3.4
configurator
- FEATURE: Supports config file specific to a project. Add
claycli.config.jsat the root of your Clay instance to begin using. Read more here for supported arguments.