There's an even better solution here that doesn't force you to skip tests.
You can use an overrides section (found on
https://github.com/ajaxorg/ace-builds/issues/20)

Add the following section to your project's bower.json

..."overrides": {
    "jquery": {
        "main": "dist/jquery.js"
    }}

Reply via email to