uswds / uswds-sandbox

11ty site for rapid web prototyping and testing new work with USWDS
20 stars 14 forks source link

USWDS-Compile - Demo repo for USWDS-Compile#89 #129

Closed mahoneycm closed 5 months ago

mahoneycm commented 9 months ago

Summary

Repo used to test compile functions for uswds/uswds-compile#89

Instructions

  1. Checkout this branch.
  2. Run npm install.
  3. Run through gulp commands to confirm they run without error.
  4. Run npm start and confirm build completes without error

Gulp commands

    "uswds:buildDist": "./build.sh",
    "uswds:buildSass": "gulp buildSass",
    "uswds:compileIcons": "gulp compileIcons",
    "uswds:copyAssets": "gulp copyAssets",
    "uswds:copyFonts": "gulp copyFonts",
    "uswds:copyImages": "gulp copyImages",
    "uswds:copyJS": "gulp copyJS",