#36488 closed defect (bug) (fixed)
Fix Grunt `precommit` task
Reported by: | netweb | Owned by: | netweb |
---|---|---|---|
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 r36906 the task grunt precommit
was added.
A minor issue in the original patch mistakenly called postcss:core
for the precommit
task.
The precommit
task CSS sub task should call the precommit:css
FYI: The postcss:core
task only calls precommit:css
anyway, so it's not broken per se, but it's not inline with the purpose of the original patch and should be fixed to operate in the same fashion as the other precommit
sub tasks.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Fixed in [37185].