Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

58645: Remove grunt-jsvalidate from build process #4724

Closed

Conversation

kadamwhite
Copy link
Contributor

Gruntfile.js Show resolved Hide resolved
@@ -1819,7 +1818,7 @@ module.exports = function(grunt) {
if ( action !== 'deleted' ) {
grunt.config( [ 'copy', 'dynamic-js', 'files' ], files );
}
// For the webpack builds configure the jsvalidate task to only check those files build by webpack.
// For the webpack builds configure the task to only check those files built by webpack.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm curious now that we're removing jsvalidate if this whole else if could be removed or if it's still useful for some reason. I don't see that as a blocker to this patch though, so going to pre-approve.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wasn't certain so erred on the side of not changing the block, since it affects a non-validate-specific task.

Copy link
Member

@westonruter westonruter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same changes as I did in 0752236 (for #4562) to allow builds to pass when utilizing ES6+ syntax.

@kadamwhite
Copy link
Contributor Author

@kadamwhite kadamwhite closed this Feb 23, 2024
@kadamwhite kadamwhite deleted the 58645-remove-jsvalidate branch February 23, 2024 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants