uswds / uswds-compile

Simple Gulp 4 functions for copying USWDS static assets and transforming USWDS Sass into browser-readable CSS.
Other
21 stars 12 forks source link

USWDS-Compile - README: Add staying up-to-date note. #92

Closed mejiaj closed 4 months ago

mejiaj commented 5 months ago

Adds basic information for staying up to date with USWDS.

Changed our example gulpfile.js to be more specific on update task:

README.md

Sample gulpfile example:

- exports.update = uswds.updateUswds;
+ exports.updateUswds = uswds.updateUswds;

Major changes

Closes #90.

mejiaj commented 5 months ago

Thanks for the reviews. I've also scanned the website and didn't find any references to the old task:

exports.update = uswds.updateUswds;