Changes between Initial Version and Version 1 of Ticket #46706
- Timestamp:
- 03/28/2019 09:11:17 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46706 – Description
initial v1 1 Twenty Nineteen uses npm to run various runbuild tasks: `node-sass`, `rtlcss`, etc.1 Twenty Nineteen uses npm to run various build tasks: `node-sass`, `rtlcss`, etc. 2 2 3 3 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.