Neil Fraser
c929b3015b
chore: Convert == to === and != to !== where possible. ( #5599 )
2021-10-15 09:17:04 -07:00
Monica Kozbial
96420f0daf
Add command to deploy beta version of demos ( #4958 )
2021-07-21 11:53:52 -07:00
Christopher Allen
ebd6559822
Fix incorrectly-reverted change to mkdirSync call
...
An intermediate version of this code read:
fs.mkdir(demoStaticTmpDir, {recursive: true}), done);
but apparently `fs.mkdir` doesn't honour the recursive option, so I
tried to revert the change but munged it instead.
This commit cleans up the mess I made.
2021-07-13 16:11:54 +01:00
Christopher Allen
85b50fcb73
Use fs.mkdirSync instead of execSync('mkdir -p ...')
...
Also consistently use {recursive: true} in case directory is nested
in an also-not-yet-existent directory.
2021-07-13 16:11:54 +01:00
Christopher Allen
ffd0252947
Merge branch 'develop' into build-elsewhere
...
Fix conflict in package.json.
2021-07-09 14:13:23 +01:00
Rachel Fenichel
23602bb177
Initial commit for appengine deploy action
2021-07-07 17:57:48 -07:00
Christopher Allen
1aa35ef438
Merge branch 'develop' into build-elsewhere
2021-06-29 16:22:13 +01:00
Christopher Allen
b348e18dfb
Don't use path.join to create globs for gulp.src
...
Per the gulp documentation[1], globs passed to gulp.src should use '/'
as the path separator regardless of the path separator used on whatever
OS we are running on.
[1] https://gulpjs.com/docs/en/getting-started/explaining-globs#segments-and-separators
2021-06-21 19:13:59 +01:00
Monica Kozbial
a15bbf1700
Revert #4697 ( #4917 )
2021-06-16 09:36:39 -07:00
Sam El-Husseini
d83279008b
Remove dark theme in favour of @blockly/theme-dark ( #4697 )
...
* Remove dark theme in favour of @blockly/theme-dark
2021-04-21 13:33:59 -07:00
Sam El-Husseini
628d45357f
Update appengine_tasks to include playground dependencies ( #4591 )
...
* Update appengine_tasks to include playground dependencies
2021-01-27 11:36:16 -08:00
Monica Kozbial
dc22b30849
Update demo deploy script and fix gcloudignore file ( #4566 )
2021-01-06 14:58:28 -08:00
Monica Kozbial
77884550a5
Add script for deploying demos ( #4551 )
2021-01-05 11:08:29 -08:00