renciso218 / blockly

Automatically exported from code.google.com/p/blockly
0 stars 0 forks source link

Revert to using build.py instead of Makefile #106

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
• Move blockly.gss back to media/blockly.css
• Add ability to generate blockly_core.js and blockly_core_deps.js if 
closure-library exists but not otherwise
• Ensure that the blockly_compressed.js works in the playground.html, 
possibly passing blockly_core.js if needed to the compilation service API.

Original issue reported on code.google.com by s...@google.com on 23 Jan 2013 at 8:45

GoogleCodeExporter commented 8 years ago

Original comment by s...@google.com on 6 Feb 2013 at 6:12

GoogleCodeExporter commented 8 years ago
Dear all, is solving the issue already scheduled? In my case I can't use the 
make file due to closure-stylesheets compile errors. Unfortunately, my changes 
in the core/xml.js are ignored, but crucial for our new implemented feature.

Beforehand I added the closure lib and all required core blocks directly, but 
this is not working any longer. If I use blockly_compressed.js then my changes 
within core/xml. js are ignored.

Maybe I make some mistakes, but as long as closure-stylesheet throws errors I 
cannot test anything.  my feature is not working completely correct (esp. When 
i load a stored file no information for my feature is saved so that the blocks 
are in a wrong state or react wrongly. we cannot use the mutationToDom function 
because we need the information to be stored as last block information ...)

Conclusion: without save and load, and without switching to the xml tab (e.g. 
active in code example) everything works fine, but whenever a core change is 
required this will be ignored, due to failing recompiling of blockly. Esp. 
Blockly_compressed.js cannot be chamged/updated.

Best regards
Marc Wollenweber

Original comment by borntob...@googlemail.com on 10 Mar 2013 at 9:31

GoogleCodeExporter commented 8 years ago
This refactoring has been moved to the experimental branch.  It is no longer 
blocking trunk.

Original comment by neil.fra...@gmail.com on 11 Mar 2013 at 11:06