Opened 11 years ago
Closed 11 years ago
#27121 closed enhancement (fixed)
Add a grunt task that encompasses all pre-commit activities
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.9 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | has-patch |
Focuses: | Cc: |
Description
In #25169 and #27078 , it is mentioned that autoprefixer and imagemin are designed to be run before commit. We should consolidate all the tasks that we expect to be run before a commit into one task so none of them are forgotten.
This also makes it so patch creators can run the same steps as committers which will hopefully lead to to better patches that are easier to review and commit.
Attachments (2)
Change History (7)
This ticket was mentioned in IRC in #wordpress-dev by jorbin. View the logs.
11 years ago
Note: See
TracTickets for help on using
tickets.
The above patch sets four tasks (one of which contains multiple tasks) that are to be run.
AutoPrefixer:core ( see #27078 )
imagemin:core ( see #25169 )
jshnit
test (which runs both the phpunit tests and the qunit tests )