|
@@ -12,7 +12,7 @@ const sandboxPublicThemesFolder = '/home/wpdev/public_html/wp-content/themes/pub
|
|
const sandboxRootFolder = '/home/wpdev/public_html/';
|
|
const sandboxRootFolder = '/home/wpdev/public_html/';
|
|
const glotPressScript = '~/public_html/bin/i18n/create-glotpress-project-for-theme.php';
|
|
const glotPressScript = '~/public_html/bin/i18n/create-glotpress-project-for-theme.php';
|
|
const isWin = process.platform === 'win32';
|
|
const isWin = process.platform === 'win32';
|
|
-const coreThemes = ['twentyten', 'twentyeleven', 'twentytwelve', 'twentythirteen', 'twentyfourteen', 'twentyfifteen', 'twentysixteen', 'twentyseventeen', 'twentynineteen', 'twentytwenty', 'twentytwentyone', 'twentytwentytwo', 'twentytwentythree'];
|
|
|
|
|
|
+const coreThemes = ['twentyten', 'twentyeleven', 'twentytwelve', 'twentythirteen', 'twentyfourteen', 'twentyfifteen', 'twentysixteen', 'twentyseventeen', 'twentynineteen', 'twentytwenty', 'twentytwentyone', 'twentytwentytwo', 'twentytwentythree', 'twentytwentyfour'];
|
|
|
|
|
|
const commands = {
|
|
const commands = {
|
|
"push-button-deploy": {
|
|
"push-button-deploy": {
|