Releases: ucdavis/ucd-theme-tasks
Releases · ucdavis/ucd-theme-tasks
v5.1.3
v4.0.0-beta.1
This release completely replaces Gulp and Webpack and is now a CLI that utilizes Snowpack to compile assets.
Upgrade info:
https://github.com/ucdavis/ucd-theme-tasks/blob/master/docs/upgrade.md
v3.0.1
v2.0.5
Added some new helpful config options.
- #5
sassSync
,jsSync
, andimagesSync
can now be set tofalse
if a themesync task should not sync in sass, js, or images. - #6 CSS files automatically added to the
vendor.css
file will now be ignored if they come from atest
ortests
directory. - #7
autoVendor
can be set tofalse
if it is preferable to manually add each CSS file which should be compiled into thevendor.css
file.