Changeset 61475
- Timestamp:
- 01/12/2026 09:50:02 PM (35 hours ago)
- File:
-
- 1 edited
-
trunk/Gruntfile.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Gruntfile.js
r61458 r61475 1300 1300 '!' + SOURCE_DIR + 'js/**/*.js', 1301 1301 // Ignore version control directories. 1302 '!' + SOURCE_DIR + '**/.{svn,git}/**' 1302 '!' + SOURCE_DIR + '**/.{svn,git}/**', 1303 // Ignore third-party plugins. 1304 '!' + SOURCE_DIR + 'wp-content/plugins/**' 1303 1305 ], 1304 1306 tasks: ['clean:dynamic', 'copy:dynamic'],
Note: See TracChangeset
for help on using the changeset viewer.