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