Changeset 56782
- Timestamp:
- 10/04/2023 07:48:07 PM (12 months ago)
- Location:
- branches/6.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.3
-
branches/6.3/Gruntfile.js
r56247 r56782 1841 1841 grunt.config( [ 'clean', 'dynamic', 'src' ], src ); 1842 1842 } else { 1843 // Otherwise copy over only the changed file. 1844 grunt.config( [ 'copy', 'dynamic', 'src' ], src ); 1843 if ( ! grunt.option( 'dev' ) ) { 1844 // Otherwise copy over only the changed file. 1845 grunt.config(['copy', 'dynamic', 'src'], src); 1846 } 1845 1847 1846 1848 // For javascript also minify and validate the changed file.
Note: See TracChangeset
for help on using the changeset viewer.