-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Problem with map #176
Comments
Hi, thanks for the report. Would it be possible for you to create a PR to address this? |
Hi, ok, I will try to create |
I see same issue with Umb V13.4.1 when in Production and opening Chrome Dev Tools the Umbraco log fills up with : I suppose the question is, should it be specified or should it "just work"? |
Hello, here is problem using smidge when map(//# sourceMappingURL=url) is in js/css file and we want to have that line because if version changed etc it has by default, but we don't using map files.
Smidge throws error: Could not parse {bundleId} as a valid smidge path
And
I think here better solution would be if BundleRequestModel returns empty bundle and then in controller:
It will be like now returns no page found(because first if will return true) and will be better solution, because returning error in BundleRequestModel flooding logs. So better solution I think not to check if bundle exists in BundleRequestModel, but return not found page. And error code 404 is better for this issue I think
The text was updated successfully, but these errors were encountered: