Rename woocommerce-legacy-assets (#33461)

In line with the fact that it's a component of WooCommerce rather than a standalone package, `woocommerce-legacy-assets` has been renamed `woocommerce/client/legacy`.
This commit is contained in:
Christopher Allford 2022-06-16 11:53:48 -07:00 committed by GitHub
parent 0893217227
commit 5175a6820b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
129 changed files with 205 additions and 225 deletions

View File

@ -0,0 +1,5 @@
Significance: patch
Type: dev
Comment: Renamed woocommerce-legacy-assets

View File

@ -6,11 +6,11 @@ module.exports = function ( grunt ) {
// Setting folder templates.
dirs: {
css: 'css',
cssDest: '../assets/css',
cssDest: '../../assets/css',
fonts: 'assets/fonts',
images: 'assets/images',
js: 'js',
jsDest: '../assets/js',
jsDest: '../../assets/js',
php: 'includes',
},

Some files were not shown because too many files have changed in this diff Show More