-
Notifications
You must be signed in to change notification settings - Fork 10
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
Missing handlebars #3
Comments
Hi
|
Hi, thanks for this boilerplate, it looks like a fantastic place to start. The project seems to work using 'bbb server', however if I run 'bbb handlebars' and then try to load index.html locally, it will not work. (Chrome or Firefox). Can you please describe how to build it so one can run it 'locally'? (ie, without using bbb server?) |
Hi John, thanks for the feedback, If you install e.g. firefox or in chrome/Internet explorer ( Press F12 and check console) use the Debug mode, Typical all kind of web applications, even during development, In the grunt.js you'll find a If you want to use another webserver like apache, I would guess changing all paths withing the application and adopting the server ... folders : { configuration will not fix it. |
Hi! |
Yeah nice, thank you! |
OK, but I'd first like to get to a working grunt.js to commit |
In the app/config.js, you have this entry:
Can you check in the js file, or describe how to create the 'dist' locally.
thanks!
The text was updated successfully, but these errors were encountered: