Skip to:
Content

BuddyPress.org

Opened 11 years ago

Closed 11 years ago

Last modified 10 years ago

#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: henry.wright Owned by:
Priority: normal Milestone:
Component: Build/Test Tools Version:
Severity: normal 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)

#1 @henry.wright
11 years ago

  • Milestone Awaiting Review
  • Resolutioninvalid
  • Status newclosed

Oops, should have posted this on WordPress Trac.

#2 @DJPaul
10 years ago

  • Component Tools - Build ProcessBuild/Test Tools
Note: See TracTickets for help on using tickets.