Commit graph

12 commits

Author SHA1 Message Date
Christopher Willis-Ford
074a48c412 ci: remove TravisCI config and related content 2022-11-02 15:17:48 -07:00
Andrew Sliwinski
88b530360c Fix typo in cleanup.sh file 2018-10-04 09:51:44 -04:00
Andrew Sliwinski
6cd3887fc0 Remove generators 2018-10-04 09:27:52 -04:00
chrisgarrity
5cb1651e56 Clarifications and consistency
*  removed all the generated files (<locale>.json, <locale>.js) except for ‘en’ versions and added them to git ignore.
* updated cleanup.sh to use our messages.
* added validation check to fail if any translations include newlines
* skip generating js files other than ‘en’ as we don’t use them
* Revised messages.js to use _single_ quoted strings instead of double (consistent with Blockly - if we need to import more strings), and switch the validations to check for single not double quotes.
* additional small changes for simplicity and ergonomics

Not handling category menu at this time as it’s managed differently in scratch-gui.
2018-06-13 10:50:20 -04:00
Rachel Fenichel
f13b15880a New script to pull from Blockly and do basic cleanup 2018-05-02 08:56:34 -07:00
Rachel Fenichel
39684348be Update cleanup.sh to handle more files automatically 2018-04-18 17:14:04 -07:00
Katelyn Mann
3a57cbba1b Missed a spot in the cleanup script. 2017-02-07 14:44:41 -08:00
Katelyn Mann
a5c9b7ef32 Add the rest of the generator infrastructure back into scratch-blocks. 2017-02-07 14:42:33 -08:00
Andrew Sliwinski
4a04d09585 Post-merge clean-up of unused assets 2017-02-02 16:37:47 -05:00
Andrew Sliwinski
be9d5fefed Merge from Upstream Blockly ()
* WIP merge from upstream google/blockly

* fixing some merging bugs. Getting the drag surface to work, updating some function calls, etc.

* make the trash can lid animate again and fix the cursor to show an x when things will be removed.

* Fix text rendering logic in fields

* Hand apply some more changes from blockly flyout.js to flyout_base.js.

Also revert 08efd1381c
in scratch-blocks since it breaks variables and there is more work fenichel is planning
to do here.

* Fix drop-down field rendering

* Resolve issue with text input field widths on init

* Remove unused blockly (built) files

* Remove unused language files

* Resolve lint issues and rebuild

* Add blockly build targets to cleanup script

* Return 0 if 'this.arrow_' does not exist in a dropdown field

* Remove unused / irrelevant comments
2017-02-02 14:17:43 -05:00
Rachel Fenichel
892a6d0f5f Rebuild 2016-09-22 14:56:42 -07:00
Rachel Fenichel
8b1dab7ca1 Add cleanup script 2016-09-08 11:22:11 -07:00