Make WordPress Core

Changeset 47497 for trunk/.gitignore


Ignore:
Timestamp:
03/24/2020 01:04:43 AM (5 years ago)
Author:
azaozz
Message:

Build/Test Tools: Introduce Install-changed. It keeps a hash of package.json and compares it when run. If it has any changes, it runs npm install.

This keeps node_modules always updated and is useful not only when the packages have been updated, but also when the working copy has been "reverted" to an earlier revision.

Fixes #49594.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        1515vendor
        1616docker-compose.override.yml
         17packagehash.txt
  • trunk/.gitignore

    r47352 r47497  
    2929/src/wp-includes/css/*.min.css
    3030/src/wp-includes/css/*-rtl.css
     31/packagehash.txt
    3132
    3233# Files and folders that get created in wp-content
Note: See TracChangeset for help on using the changeset viewer.