ghost-theme-template
ghost-theme-template copied to clipboard
Should default.hbs#L26 path be javascripts/app.js instead of js/app.js?
There seems to be an error here when the template tries to load the empty app.js file. Am I missing something, or should this path be assets/javascripts/app.js
?
https://github.com/thoughtbot/ghost-theme-template/blob/f2cf5467cca093f685a7bb162263eac35b6c1ad8/default.hbs#L26
Oh, hmm, I see that the gulp build
is creating a css
folder in the assets folder, but it's not creating js
folder. So I imagine this path is correct, but maybe a 'js' folder is not getting created by the gulpfile as expected? Looking at the gulpfile though, I see where the css folder is created, but not a js folder....
When I run the build, I am getting an error: Failed to load external module @babel/register
, could that be related?
+1