You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I tried to fork the project on my gitlab instance, and building ends but shows error:
java -jar third-party/SoyToJsSrcCompiler.jar --shouldProvideRequireSoyNamespaces --isUsingIjData --outputPathFormat appengine/movie/generated/en/soy.js --srcs appengine/movie/template.soy
python build-app.py movie en
third-party/build/closurebuilder.py: Scanning paths...
third-party/build/closurebuilder.py: 2500 sources scanned.
third-party/build/closurebuilder.py: Building dependency tree..
Traceback (most recent call last):
File "third-party/build/closurebuilder.py", line 293, in <module>
main()
File "third-party/build/closurebuilder.py", line 229, in main
tree = depstree.DepsTree(sources)
File "/builds/garagenum/blockly/public/third-party/build/depstree.py", line 56, in __init__
raise NamespaceNotFoundError(require, source)
depstree.NamespaceNotFoundError: Namespace "soy" never provided. Required in PathSource appengine/generated/en/soy.js
appengine/generated/en/soy.js:10: ERROR - required "soy" namespace never provided
goog.require('soy');
^^^^^^^^^^^^^^^^^^^
appengine/generated/en/soy.js:11: ERROR - required "soydata" namespace never provided
goog.require('soydata');
^^^^^^^^^^^^^^^^^^^^^^^
when I go to the page (https://garagenum.gitlab.io/blockly/appengine/index.html) , I can look at source page and go to css and js links, but nothing is showed.
Locally it works well..
I really don't know what the problem is, maybe something about path because basepath for server in my gitlab instance is /blockly ...
Thanks for your help
The text was updated successfully, but these errors were encountered:
Hello,
I tried to fork the project on my gitlab instance, and building ends but shows error:
when I go to the page (https://garagenum.gitlab.io/blockly/appengine/index.html) , I can look at source page and go to css and js links, but nothing is showed.
Locally it works well..
I really don't know what the problem is, maybe something about path because basepath for server in my gitlab instance is /blockly ...
Thanks for your help
The text was updated successfully, but these errors were encountered: