-
Notifications
You must be signed in to change notification settings - Fork 142
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
Ember-tooltips.css.map is missing #76
Comments
Yup, happened to me as well, now living w/ it as it doesn't really break anything and it's hard to find the cause. btw @Deovandski I strongly suggest you to stop using ember-cli-rails. Have two client/server folders. |
It does seem to be what you suggested... Since it is not an issue that actually alter the program expectations. I will leave it to be as well. Now regarding your suggestion, I sense that you have an assumption that non-unified projects is always the solution instead of using unified workflow like ember-cli-rails, but let me tell from experience that both methodologies have its strengths and optimum implementation scenario, and being able to manage an entire application through one central point is definitely one for Ember-cli-rails (especially since I am the sole maintainer of Fakktion which makes managing the Ubuntu server through scripts a straight forward process.) |
@sir-dunxalot I'm getting this error when I do |
I've had this issue appear in other projects as well (unrelated to ember tooltips). There is an issue upstream. Removing ember-cli-sass could be an option but the CSS is already pretty hard to maintain and it could get more complex with the addition of popovers. I wonder if we can just disable requesting source maps? |
Is there a way to disable requesting source map? This was ignored in our project until we applied this fix to make sure we don't get an error upon refreshing page. However, this caused the project to have critical problems because of the 404 on CSS source map file - now the 404 instead of sending 404 error, redirects to the index page, which causes the source map request to fail spectacularly. Functionality was reduced, and browser memory leaks occur. |
Has anyone else came across this issue where something is requesting for /assets/ember-tooltips.css.map? I am using Ember-cli-rails by the way.
Let me know if there is any other information I can provide! Also, the Source Code is open source, and accessible at Deovandski/Fakktion
The text was updated successfully, but these errors were encountered: