-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Angular static resource js&css issues #181
Comments
Correct. Is there a an error in the text somewhere? |
Because the new angular compiled file's name not composed with 'bundle' any more. |
That seems like a different issue? |
Yes,it cause by the new angular version. |
Just update the method ignoring static resources from authentication to:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While request static js&css(eg. main.js,polyfills.js etc) from ui. The url of main.js is not 'http://localhost:8080/ui/main.js' but 'http://localhost:8080/main.js'.
The text was updated successfully, but these errors were encountered: