Skip to content

Commit cf742fa

Browse files
westonrutergemini-code-assist[bot]Copilot
committed
Build Tools: Target specific usebanner tasks in build processes.
Updates `build:css` to specifically invoke `usebanner:files` and `build:codemirror` to invoke `usebanner:codemirror`. This prevents the generic `usebanner` task from attempting to process files that have not yet been generated during the general CSS build phase. Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 744f1c3 commit cf742fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1742,7 +1742,7 @@ module.exports = function(grunt) {
17421742
'cssmin:rtl',
17431743
'cssmin:colors',
17441744
'cssmin:themes',
1745-
'usebanner'
1745+
'usebanner:files'
17461746
] );
17471747

17481748
grunt.registerTask( 'certificates:upgrade-package', 'Upgrades the package responsible for supplying the certificate authority certificate store bundled with WordPress.', function() {

0 commit comments

Comments
 (0)