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
Created a simple website using this theme, and prepared to deploy. Came up with error:
ERROR render of "home" failed: "[...]/layouts/_default/baseof.html:11:314": execute of template failed: template: _default/home.html:11:314: executing "_default/home.html" at <partial "third_party_js.html" .>: error calling partial: "[...]/layouts/partials/third_party_js.html:3:14": execute of template failed: template: partials/third_party_js.html:3:14: executing "partials/third_party_js.html" at <readDir "layouts/partials/third_party_js">: error calling readDir: failed to read directory "layouts/partials/third_party_js": open [...]/layouts/partials/third_party_js: no such file or directory.
I assume this relates to the third_party_js directory added during setup, but directory isn't uploaded to github since it's empty. Adding a file, even .gitignore, seems to come up with errors.
The text was updated successfully, but these errors were encountered:
Created a simple website using this theme, and prepared to deploy. Came up with error:
ERROR render of "home" failed: "[...]/layouts/_default/baseof.html:11:314": execute of template failed: template: _default/home.html:11:314: executing "_default/home.html" at <partial "third_party_js.html" .>: error calling partial: "[...]/layouts/partials/third_party_js.html:3:14": execute of template failed: template: partials/third_party_js.html:3:14: executing "partials/third_party_js.html" at <readDir "layouts/partials/third_party_js">: error calling readDir: failed to read directory "layouts/partials/third_party_js": open [...]/layouts/partials/third_party_js: no such file or directory
.I assume this relates to the third_party_js directory added during setup, but directory isn't uploaded to github since it's empty. Adding a file, even .gitignore, seems to come up with errors.
The text was updated successfully, but these errors were encountered: