Changes during deploy
This commit is contained in:
parent
98e390fae1
commit
1ac182b798
26 changed files with 27 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Grammer functions and definitions
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: footer
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: header
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: home
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: index
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: simple-header-with-image
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Layover functions and definitions
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: 404
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: Comments
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: footer
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: header
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: Hidden No Results Content
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: home
|
||||
|
|
|
@ -8,8 +8,8 @@ import progressbar from 'string-progressbar';
|
|||
import semver from 'semver';
|
||||
|
||||
const remoteSSH = 'wpcom-sandbox';
|
||||
const sandboxPublicThemesFolder = '/home/wpdev/public_html/wp-content/themes/pub';
|
||||
const sandboxRootFolder = '/home/wpdev/public_html/';
|
||||
const sandboxPublicThemesFolder = '/home/wpcom/public_html/wp-content/themes/pub';
|
||||
const sandboxRootFolder = '/home/wpcom/public_html/';
|
||||
const glotPressScript = '~/public_html/bin/i18n/create-glotpress-project-for-theme.php';
|
||||
const isWin = process.platform === 'win32';
|
||||
const coreThemes = ['twentyten', 'twentyeleven', 'twentytwelve', 'twentythirteen', 'twentyfourteen', 'twentyfifteen', 'twentysixteen', 'twentyseventeen', 'twentynineteen', 'twentytwenty', 'twentytwentyone', 'twentytwentytwo', 'twentytwentythree', 'twentytwentyfour'];
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* WP-DOS functions and definitions
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: 404
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: archive
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: Comments
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: footer
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: header
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: Hidden No Results Content
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: home
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: index
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: page
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: search
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: single
|
||||
|
|
Loading…
Add table
Reference in a new issue