-
-
Notifications
You must be signed in to change notification settings - Fork 319
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 .map files causing collectstatic to fail using current master branch (TinyMCE 6) #460
Comments
Thanks a lot for testing! Do you think we should remove the |
It seems like that's the approach they took before. I could open an issue there asking if they should be doing that, seeing as that was the previous approach? |
Sure, you can always try! |
Here we go: tinymce/tinymce#9484 In creating that I've realised it's unrelated to Whitenoise. The error also occurs using If that's changed to |
It looks like the official word from the Django project is that this should raise an error, and you should include the Other projects have fixed this issue by just removing the |
I tried out the current, unreleased, version of
master
f04e1c8 that includes TinyMCE v6, thanks to #426:It seemed to work fine with an initial test locally, but when I tried running
manage.py collectstatic
I got this error:As you can see I'm using whitenoise, and I haven't tried it without.
I can't see any
.map
files in thosetinymce/skins/
folders, but also can't see any in the version of TinyMCE 6 downloaded direct from the tiny.cloud website.There are some closed issues for previous versions of TinyMCE in which they concluded that the released files shouldn't include references to
.map
files, e.g. tinymce/tinymce#5489 and tinymce/tinymce#4649 but can't see anything more recent. Still, maybe this is actually an issue for TinyMCE?The text was updated successfully, but these errors were encountered: