Changeset 12425
- Timestamp:
- 08/08/2019 08:02:51 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Gruntfile.js
r12424 r12425 243 243 }, 244 244 phplint: { 245 good: [' **/*.php'].concat( BP_EXCLUDED_MISC )245 good: ['src/**/*.php'].concat( BP_EXCLUDED_MISC ) 246 246 }, 247 247 postcss: {
Note: See TracChangeset
for help on using the changeset viewer.