Opened 4 years ago
Closed 4 years ago
#52657 closed enhancement (wontfix)
Surface `grunt clean` as an NPM script
Reported by: |
|
Owned by: |
|
---|---|---|---|
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)
Note: See
TracTickets for help on using
tickets.
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.