Changes between Initial Version and Version 3 of Ticket #27308
- Timestamp:
- 03/06/2014 11:33:00 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27308
- Property Keywords has-patch commit added
-
Property
Summary
changed from
jshint:themes should only run agaignst the core themes we want it run againgsttojshint:themes should only run against the core themes we want it run against
-
Ticket #27308 – Description
initial v3 1 Right now, grunt jshint:themes will test any js in src/wp-content/themes that isnt' in twenty{eleven,twelve,thirteen} (and also isn't ea single specified 3rd party script in twentyfourteen).1 Right now, grunt jshint:themes will test any js in src/wp-content/themes that isnt' in twenty{eleven,twelve,thirteen} (and also isn't a single specified 3rd party script in twentyfourteen). 2 2 3 3 Sometimes you want to have other themes in your checkout. Examples include testing update notifications or testing theme apis. We should avoid these themes in our test.