#46706 closed defect (bug) (fixed)
Ignore Twenty Nineteen's node_modules directory in "jsvalidate:build" task
Reported by: | SergeyBiryukov | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | |
Focuses: | Cc: |
Description (last modified by )
Twenty Nineteen uses npm to run various build tasks: node-sass
, rtlcss
, etc.
Once you run npm install
in the theme's directory, grunt build
core task fails due to jsvalidate:build
attempting to validate files in twentynineteen/node_modules
. This directory should be excluded from the task.
Change History (5)
Note: See
TracTickets for help on using
tickets.
In 45060: