uswds / uswds-gulp

A simple Gulp 4.0 workflow for transforming USWDS Sass into browser-readable CSS.
Other
35 stars 17 forks source link

Update task composition. #39

Closed mejiaj closed 2 years ago

mejiaj commented 3 years ago

About

Resolves #38. This PR aims to modernize our gulp tasks and improve the developer experience.

Available tasks

Running tasks

There are three different ways to set this up and run tasks:

🌟 The preferred way

How to test

  1. Pull down jm-gulp-4 branch.
  2. Run npm i
  3. Run npm link
  4. Go to a test USWDS project and run npm link uswds-gulp
  5. Copy gulpfile, browserlistrc, and run tasks
  6. Test creating a custom gulpfile.js and importing tasks
  7. Test running tasks directly from uswds-gulp (without copying)

All tasks should run and compile successfully. You can find additional details in README

thisisdano commented 2 years ago

Closing in favor of https://github.com/uswds/uswds-compile/pull/1