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.