Skip to content

Commit 36ab7ca

Browse files
committed
Build: Remove leftover reference to ensure-dist-resources task
Follows-up 377bbfb. ``` grunt deploy Running "check-modules" task Running "clean-dist" task Warning: Task "ensure-dist-resources" not found. Use --force to continue. ```
1 parent df3587e commit 36ab7ca

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Gruntfile.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -467,12 +467,10 @@ grunt.registerTask( "reload-listings", function() {
467467
} );
468468
} );
469469

470-
grunt.registerTask( "sri-generate", ["ensure-dist-resources", "sri:generate"] );
471-
472470
// The "grunt deploy" command is automatically invoked on git-commit by the server that
473471
// will deploy the WordPress site.
474472
// Task tree: "deploy" > "wordpress-deploy" > "build-wordpress" > "build".
475-
grunt.registerTask( "build", ["sri-generate", "build-index", "build-resources"] );
473+
grunt.registerTask( "build", ["sri:generate", "build-index", "build-resources"] );
476474
grunt.registerTask( "deploy", ["wordpress-deploy", "reload-listings"] );
477475

478476
};

0 commit comments

Comments
 (0)