Make WordPress Core


Ignore:
Timestamp:
10/25/2018 01:42:03 PM (7 years ago)
Author:
atimmer
Message:

Build tools: Clone and build from packages repo.

Instead of requiring the packages individually this commit changes it so the packages are used from the packages repository (gutenberg). This is a solution that makes updating the packages easier, as long as we don't have a monorepo to manage both WordPress & the JavaScript packages together.

Props youknowriad, gziolo, omarreiss, herregroen.
See #45145.

Location:
branches/5.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0

    • Property svn:ignore
      •  

        old new  
        1515jsdoc
        1616vendor
         17packages
  • branches/5.0/.gitignore

    r43786 r43824  
    2323/src/wp-includes/js/dist
    2424/src/wp-includes/css/dist
     25/packages
    2526
    2627# Files and folders that get created in wp-content
Note: See TracChangeset for help on using the changeset viewer.