Skip to content

Instantly share code, notes, and snippets.

@jonathanbossenger
Created August 27, 2020 07:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonathanbossenger/55e155c8c52ae0865e8ca053af076fcc to your computer and use it in GitHub Desktop.
Save jonathanbossenger/55e155c8c52ae0865e8ca053af076fcc to your computer and use it in GitHub Desktop.
# Set up project to use wp-scripts for asset compilation
npm init
# Install required packages
npm install --save-dev --save-exact @wordpress/scripts
# Build assets
npm run build
# Watch for changes and build
npm run start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment