Skip to content
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.

Should default.hbs#L26 path be javascripts/app.js instead of js/app.js? #31

Open
erchaves opened this issue Jan 22, 2019 · 2 comments
Open

Comments

@erchaves
Copy link

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?

screen shot 2019-01-22 at 3 24 19 pm

<script type="text/javascript" src="{{asset "js/app.js"}}"></script>

@erchaves
Copy link
Author

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?

screen shot 2019-01-22 at 3 37 51 pm

@danpliego
Copy link

+1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants