Last active
October 12, 2017 02:53
Revisions
-
mandiwise revised this gist
Oct 12, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,6 +7,6 @@ staging: check: true include: "themes/[YOUR-THEME-NAME]/build/**": "themes/[YOUR-THEME-NAME]/build/" exclude: [ "README.md", ".gitignore", "themes/[YOUR-THEME-NAME]/.eslintrc", "themes/[YOUR-THEME-NAME]/gulpfile.js", "themes/[YOUR-THEME-NAME]/package.json", "themes/[YOUR-THEME-NAME]/package-lock.json", "themes/[YOUR-THEME-NAME]/js/**", "themes/[YOUR-THEME-NAME]/sass/**" ] path: remote: public_html/wp-content/ -
mandiwise revised this gist
Mar 9, 2017 . No changes.There are no files selected for viewing
-
mandiwise revised this gist
Mar 9, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,4 +9,4 @@ staging: "themes/[YOUR-THEME-NAME]/build/**": "themes/[YOUR-THEME-NAME]/build/" exclude: [ "README.md", ".gitignore", "themes/[YOUR-THEME-NAME]/.eslintrc", "themes/[YOUR-THEME-NAME]/gulpfile.js", "themes/[YOUR-THEME-NAME]/package.json", "themes/[YOUR-THEME-NAME]/js/**", "themes/[YOUR-THEME-NAME]/sass/**" ] path: remote: public_html/wp-content/ -
mandiwise revised this gist
Mar 9, 2017 . 1 changed file with 6 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,12 +1,12 @@ staging: scheme: sftp host: PROJECT-NAME.cp.academy.red port: 22 user: YOUR PROJECT NAME pass: YOUR SFTP PASSWORD check: true include: "themes/[YOUR-THEME-NAME]/build/**": "themes/[YOUR-THEME-NAME]/build/" exclude: [ "README.md", ".gitignore", "themes/[YOUR-THEME-NAME]/.eslintrc", "themes/[YOUR-THEME-NAME]/gulpfile.js", "themes/[YOUR-THEME-NAME]/package.json", "themes/[YOUR-THEME-NAME]/js/**", "themes/[YOUR-THEME-NAME]/sass/**" ] path: remote: wp-content/ -
mandiwise created this gist
Jun 10, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ staging: scheme: ftp host: ftp.redacademy.com port: 21 user: YOUR FTP USERNAME pass: YOUR FTP PASSWORD check: true include: "themes/[YOUR-THEME-NAME]/build/**": "themes/[YOUR-THEME-NAME]/build/" exclude: [ "README.md", ".gitignore", "themes/[YOUR-THEME-NAME]/.jscsrc", "themes/[YOUR-THEME-NAME]/.jshintrc", "themes/[YOUR-THEME-NAME]/gulpfile.js", "themes/[YOUR-THEME-NAME]/package.json", "themes/[YOUR-THEME-NAME]/js/**", "themes/[YOUR-THEME-NAME]/sass/**" ] path: remote: wp-content/