-
Notifications
You must be signed in to change notification settings - Fork 279
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
Streamline how we build CodeMirror in dist/ so things get bundled, part of #634 #636
Conversation
I don't understand why travis is failing this, it all passes locally. |
This looks like the dreaded |
Based on that, I see:
What do you think? |
Digging through the logs again it looks like Travis is actually using an incompatible C++ compiler.
Did a bit of digging and the best I can find is this post: https://sudogem.wordpress.com/2016/06/14/travis-ci-this-version-of-nodenanv8-requires-a-c11-compiler/ Which has instructions on how to tell Travis which compiler to use:
|
Sounds like #592, which maybe I'll do first. |
f47764e
to
94ee71a
Compare
I've landed #592, which will hopefully fix the travis build problem, and rebased this. |
OK, this is ready to review, I've fixed all the failures. |
Hitting up "hosted" then seems to load things without problems, but the console still has a lot of data in it that should either be cleaned up or fixed (probably not in this PR, though) |
NOTE: you can't load it like this. Try loading |
quite, but that error is new nonetheless. hosted works fine so I think this is good to merge |
This cleans up how we do CodeMirror in
dist/
so that everything gets pre-bundled in our main requirejs bundle. The only thing we then need to have indist/
is a CSS file.