-
Notifications
You must be signed in to change notification settings - Fork 0
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
[CLOSED] CodeMirror update #11008
Comments
Comment by petetnt Voting for b) |
Comment by swmitra My vote for 'b'. |
Comment by zaggino
|
Comment by zaggino PR here adobe/brackets#12940 |
Comment by ficristo Done in adobe/brackets#12972 |
Issue by zaggino
Wednesday Nov 23, 2016 at 05:44 GMT
Originally opened as adobe/brackets#12937
@
adobe/brackets-committersLatest master of CodeMirror doesn't contain built
codemirror.js
in the lib directory: https://github.com/codemirror/CodeMirror/tree/master/libSince we'll definitely want to upgrade for next version there are two options:
a) add a task to our grunt scripts that'll build
codemirror.js
by callingnpm run build
in the CodeMirror submoduleb) use CodeMirror as npm dependency
Let me know which solution you prefer.
The text was updated successfully, but these errors were encountered: