Opened 10 years ago
Closed 10 years ago
#36489 closed enhancement (fixed)
Optimize Grunt `prerelease` task
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.6 | Priority: | normal |
| Severity: | normal | Version: | 4.5 |
| Component: | Build/Test Tools | Keywords: | has-patch commit |
| Focuses: | Cc: |
Description
Previously in #35557 via r36930 the task grunt prerelease was added.
Currently this task runs grunt build twice once when called in the task list as build and the other via the precommit:js task, which calls the qunit:compiled task in which build is a task of that task.
Removing the extra build task from the prerelease saves time by not running grunt build twice.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 37206: