@@ -37,18 +37,19 @@ module.exports = {
3737 } ,
3838 copy : {
3939 src : [
40- '**/!(*.js|*.less)' , // Everything except .js and .less files
41- 'lib/**/*.*' , // libraries used at runtime
42- '!{node_modules,node_modules/**}' , // Ignore build/ and contents
43- '!{build,build/**}' , // Ignore build/ and contents
44- '!{tmp,tmp/**}' , // Ignore tmp/ and contents
45- '!{dist,dist/**}' , // Ignore dist/ and contents
46- '!so-css.php' , // Not the base plugin file. It is copied by the 'version' task.
47- '!readme.txt' , // Not the readme.txt file. It is copied by the 'version' task.
48- '!package.json' , // Not the package.json file.
49- '!package-lock.json' , // Not the package-lock.json file.
50- 'inc/installer/css/*css' , // Include Installer CSS.
51- 'inc/installer/js/*js' // Include Installer Js.
40+ '**/!(*.js|*.less)' , // Everything except .js and .less files
41+ 'lib/**/*.*' , // libraries used at runtime
42+ '!{node_modules,node_modules/**}' , // Ignore build/ and contents
43+ '!{build,build/**}' , // Ignore build/ and contents
44+ '!{tmp,tmp/**}' , // Ignore tmp/ and contents
45+ '!{dist,dist/**}' , // Ignore dist/ and contents
46+ '!so-css.php' , // Not the base plugin file. It is copied by the 'version' task.
47+ '!readme.txt' , // Not the readme.txt file. It is copied by the 'version' task.
48+ '!package.json' , // Not the package.json file.
49+ '!package-lock.json' , // Not the package-lock.json file.
50+ 'inc/installer/css/*css' , // Include Installer CSS.
51+ 'inc/installer/js/*js' , // Include Installer Js.
52+ '!inc/installer/inc/github-plugin-updater.php' , // Exclude Installer Standalone Updater.
5253 ]
5354 } ,
5455 i18n : {
0 commit comments