Skip to content
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

Figure out a cleaner way to bring in the CodeMirror dependency files #6

Open
bmwalters opened this issue Feb 24, 2017 · 0 comments
Open
Labels

Comments

@bmwalters
Copy link
Owner

bmwalters commented Feb 24, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant