Make WordPress Core

Opened 4 years ago

Closed 4 years ago

#52657 closed enhancement (wontfix)

Surface `grunt clean` as an NPM script

Reported by: desrosj's profile desrosj Owned by: desrosj's profile desrosj
Milestone: Priority: normal
Severity: normal Version:
Component: Build/Test Tools Keywords: has-patch
Focuses: Cc:

Description

The grunt clean and grunt clean --dev commands are used to remove various built files from a local checkout. It would be nice to have shortcut scripts available in the package.json file like other Grunt commands.

Change History (2)

#1 @jorbin
4 years ago

Rather than exposing grunt commands in npm, I think it might make more sense to move to having more in pure npm scripts and then exposing to grunt as needed. Eventually, it would be nice to be able to deprecate grunt in order to speed up the entire build process.

#2 @desrosj
4 years ago

  • Milestone 5.8 deleted
  • Resolution set to wontfix
  • Status changed from assigned to closed

Thanks for volunteering, @jorbin! Closing this out as a wontfix as it makes more sense to work towards separating from Grunt.

Note: See TracTickets for help on using tickets.