#6811 closed defect (bug) (no action required)
Modified source files after cloning the development repository and then running npm install and grunt build
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | |
Cc: |
Description
After cloning the Git development repository, installing dependencies and then running grunt build
, I get modified files in the src/ directory.
git clone git://develop.git.wordpress.org/ develop cd develop npm install grunt build
# then doing git status gives modified: src/wp-includes/js/media-audiovideo.js modified: src/wp-includes/js/media-grid.js modified: src/wp-includes/js/media-models.js modified: src/wp-includes/js/media-views.js
Is this right? I wasn't expecting source files to be modified.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Oops, should have posted this on WordPress Trac.