Skip to content

Releases: ucdavis/ucd-theme-tasks

v5.1.3

15 Oct 21:03
Compare
Choose a tag to compare

Vite compiling

v4.0.0-beta.1

24 Jun 00:29
Compare
Choose a tag to compare
v4.0.0-beta.1 Pre-release
Pre-release

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

24 Jun 21:56
Compare
Choose a tag to compare

updated packages

v2.0.5

21 Feb 00:30
Compare
Choose a tag to compare

Added some new helpful config options.

  • #5 sassSync, jsSync, and imagesSync can now be set to false 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 a test or tests directory.
  • #7 autoVendor can be set to false if it is preferable to manually add each CSS file which should be compiled into the vendor.css file.