-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncompressed version of blockly #20
Comments
@pantoninho are you having troubles using node js and blockly? I've been trying to use both of them and hit the same wall with the PS: I recommend cloning blockly and adding it manually, because the project workers don't actually manage the npm dependencies to check if it's up to date. |
@eryckpedro Yes, it has been very hard to get Blockly working with commonjs/npm... It has already crossed my mind to create some code-mod to replace every Thank you |
@eryckpedro I think it's pretty much a dead end.. I'm going to try something else: use an offline version of google-closure-compiler.. |
@pantoninho TBH that's what I'm using in my project. It seems that when you finish using and creating your files using the uncompressed library, you run a |
I wrapped the compressed version of
Blockly
in my own project, but I can't figure how to use the uncompressed version instead.I've hit a wall with the
google-closure-library
dependency, and while I was searching the web for answers, I've found your project.Looking at your code, I've noticed you are also using the compressed files... have you tried using the uncompressed version?
Thank you
The text was updated successfully, but these errors were encountered: