Changeset 56461
- Timestamp:
- 08/24/2023 08:40:24 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Gruntfile.js
r56383 r56461 1799 1799 grunt.config( [ 'clean', 'dynamic', 'src' ], src ); 1800 1800 } else { 1801 // Otherwise copy over only the changed file. 1802 grunt.config( [ 'copy', 'dynamic', 'src' ], src ); 1801 if ( ! grunt.option( 'dev' ) ) { 1802 // Otherwise copy over only the changed file. 1803 grunt.config(['copy', 'dynamic', 'src'], src); 1804 } 1803 1805 1804 1806 // For javascript also minify and validate the changed file.
Note: See TracChangeset
for help on using the changeset viewer.