Make WordPress Core

Changeset 31373 for trunk/package.json


Ignore:
Timestamp:
02/09/2015 12:42:28 AM (10 years ago)
Author:
wonderboymusic
Message:

Split the media JS files into modules:

  • Add a new folder in wp-includes/js, media
  • Create manifest files for views, models, grid, and audio-video
  • Make browserify an npm dependency
  • Add Grunt tasks for browserify and uglify:media on build and watch
  • Update the paths loaded for media files in script-loader
  • All new files were created using svn cp from their original location

Please run npm install. While developing media JS, you must run grunt watch.

See #28510.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r30960 r31373  
    1212    "grunt": "~0.4.5",
    1313    "grunt-autoprefixer": "~1.0.1",
     14    "grunt-browserify": "^3.3.0",
    1415    "grunt-contrib-clean": "~0.6.0",
    1516    "grunt-contrib-compress": "~0.12.0",
Note: See TracChangeset for help on using the changeset viewer.