You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: This issue currently needs to be addressed upstream as well.
Please complete the following fields as applicable:
What version of the DMPRoadmap code are you running? (e.g. v2.2.0)
4.1.1+portage-4.1.3
Description
DMPRoadmap Release v4.1.0 upgraded TinyMCE to V6. However, public/tinymce/skins/oxide/ was never added to .gitignore. These files are auto-generated when executing rails assets:precompile.
Steps to Complete
Remove TinyMCE files auto-generated via rails assets:precompile from codebase
Add public/tinymce/skins/oxide/ (or possible public/tinymce/skins/oxide/) to .gitignore
The text was updated successfully, but these errors were encountered:
NOTE: This issue currently needs to be addressed upstream as well.
Please complete the following fields as applicable:
What version of the DMPRoadmap code are you running? (e.g. v2.2.0)
4.1.1+portage-4.1.3
Description
public/tinymce/skins/oxide/
was never added to.gitignore
. These files are auto-generated when executingrails assets:precompile
.Steps to Complete
TinyMCE
files auto-generated viarails assets:precompile
from codebasepublic/tinymce/skins/oxide/
(or possiblepublic/tinymce/skins/oxide/
) to .gitignoreThe text was updated successfully, but these errors were encountered: