-
Notifications
You must be signed in to change notification settings - Fork 84
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
Embedded scripts url? #105
Comments
Does anybody know about this configuration? |
You can't. You have to start the webserver from the root of your project ( |
Thank you, this helped a lot, perfect! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm using this configuration:
The werbserver is working, but I need to add some js files to my index.html, and the scripts live outside the app folder (e.g. bower_components, dist).
How can I add these files? E.g:
<script src="/bower_components/angular/angular.min.js"></script>
Thanks
The text was updated successfully, but these errors were encountered: