Commit graph

15 commits

Author SHA1 Message Date
Vicente Canales
33c977b27c
ignore tt3 screenshot (#6790)
Doctom and Dotorg screenshots for this theme are different, so we need
to avoid syncing when updating the theme, unless we explicitly intend to
change the Dotcom image.
2022-12-20 16:43:05 -03:00
Maggie
204a35ebaf
Try: Blockbase standalone theme (#5660)
* first commit with initial files

* templates

* styles

* template parts

* Removed errant metadata

* Added create tool

To use `php create.php` and answer the prompts.
This will create a folder alongside this theme with the provided
metadata as well as namespaced attributes refactored.

* Removed a create script.  (It shouldn't be here...)

* 404 block pattern

* remove fontSlug

* removed block styles support

* change slug of block pattern

* added namespace to pattern

* ignore this theme when pushing to the sandbox

Co-authored-by: Jason Crist <jcrist@pbking.com>
2022-03-17 11:18:33 +01:00
Jeff Ong
6927689026
Ignore ds_store. (#5444) 2022-02-02 11:25:02 -05:00
Jason Crist
3f1d9d10cf
Fix/deploy versioning (#5350)
* Adjusted timing of version bump and hash syncing to correct version bumping error in deploy process.
* Added .map to files to ignore during sandbox sync
2022-01-17 12:45:15 -05:00
Jason Crist
96a3c5e5cb
Adjust the sync logic to be simpler (#5326)
* Adjust the sync logic to be simpler
2022-01-14 12:26:13 -05:00
Jason Crist
eb222da060 Refactored a listing in .sandbox-ignore to account for an rsync error 2021-12-13 14:24:49 -05:00
Jason Crist
db081d9814
Geologist Variations + Variation Creation Script (#5179)
* WIP variations script

* add some initial code to copy theme variants

* Add more variations

* Fix blue and slate variations

* Remove commas breaking theme.json

* Refactored script to exclude unnecessary elements, copy additional resources and merge theme.json data

* Added npm script target to variations build.  Added readme files to variation destination.

* Removed unused 'foreground' palette color from geologist variations.  Mapped 'secondary' palette color to 'secondary' custom color in base Geologist theme.

* Removed unused 'foreground' palette color from geologist variations.  Mapped 'secondary' palette color to 'secondary' custom color in base Geologist theme.

* Made the variations script smart

* Made site title adjustments per design request

* Update the header to use the standard blockbase header

* Refactored the usage of default header out of a change to template part and instead introduced the concept of 'mods' that will change templates to suit

* Removed header modifications to Geologist variations

* Added Google font URL information to geologist-blue

* Add IBM Plex Mono to our list of cusotmization fonts

Co-authored-by: Ben Dwyer <ben@scruffian.com>
2021-12-13 16:53:44 +00:00
Jason Crist
f015304a0c Ignoring deploy-dotorg.sh util from wpcom sandbox 2021-11-12 11:13:00 -05:00
Jason Crist
e4e0c4678b
Added script to sandbox ignore. Removed deploy action from script (wasn't working correctly). (#4760) 2021-10-11 16:00:20 -04:00
Jason Crist
3bb95665d8
Create a Deploy Script (#4469)
Created a deploy script (for both SVN and GIT sandboxes)

Co-authored-by: Ben Dwyer <ben@scruffian.com>
2021-10-01 10:42:39 -04:00
Jason Crist
97d49618d8 Version Bump 2021-09-27 21:24:28 -04:00
Jason Crist
7d7af4d6e1 Add additional meta files to sandbox ignore and 2019 to gitignore 2021-06-10 10:55:41 -04:00
Jason Crist
0fe5dd04b1 Add a sandbox pull command 2021-06-09 13:08:26 -04:00
Jason Crist
f5035dbf55 Added zip files and package-lock to sync ignore 2020-11-20 14:46:35 -05:00
Jason Crist
4a1112329f
Sandbox sync tools (#2813)
This change adds a 'sandbox.sh' script (and package.json scripts) that helps to move LOCAL changes to a sanxbox both for DEVELOPMENT or to DEPLOY CODE in preparation for production builds.

USAGE of the script is outlined in updates to README.md

Determines files to IGNORE by comparing what changed between the current
BRANCH divergence point and the TIP of TRUNK

Files can be WATCHED to trigger the rsync
2020-11-20 10:48:24 -05:00