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
Currently we're using bower with several URLs pointing to cdnjs distributions of minified CodeMirror.
This sucks because each resource has its own folder in bower_components, we are required to change the version number in each link when we want to upgrade, and it creates a reliance on cdnjs. Additionally, devs are required to have bower installed to get the dependencies instead of just npm/yarn.
The issue is that minified builds of CodeMirror aren't provided in the npm package.
The text was updated successfully, but these errors were encountered:
Currently we're using bower with several URLs pointing to cdnjs distributions of minified CodeMirror.
This sucks because each resource has its own folder in bower_components, we are required to change the version number in each link when we want to upgrade, and it creates a reliance on cdnjs. Additionally, devs are required to have
bower
installed to get the dependencies instead of justnpm
/yarn
.The issue is that minified builds of CodeMirror aren't provided in the npm package.
The text was updated successfully, but these errors were encountered: