Skip to content

Commit

Permalink
Meta: Fix build process for Factory
Browse files Browse the repository at this point in the history
  • Loading branch information
mundschenk-at committed Jul 22, 2021
1 parent 64d465a commit 859e6f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .scoper.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,7 @@
// Whitelists a list of files. Unlike the other whitelist related features, this one is about completely leaving
// a file untouched.
// Paths are relative to the configuration file unless if they are already absolute
'files-whitelist' => [
'vendor/mundschenk-at/check-wp-requirements/class-mundschenk-wp-requirements.php',
],
'files-whitelist' => [],

// When scoping PHP files, there will be scenarios where some of the code being scoped indirectly references the
// original namespace. These will include, for example, strings or string manipulations. PHP-Scoper has limited
Expand Down
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ module.exports = function( grunt ) {
files: [ {
expand: true,
flatten: false,
src: ['build/includes/class-media-credit-factory.php'],
src: ['build/includes/media-credit/class-factory.php'],
dest: '',
} ]
},
Expand Down

0 comments on commit 859e6f2

Please sign in to comment.