Commit 6d0d4426 authored by Aron Carroll's avatar Aron Carroll

Add a promise polyfill for PhantomJS

parent d6e25c6f
This diff is collapsed.
......@@ -17,6 +17,7 @@ module.exports = function(config) {
files: [
'h/static/scripts/vendor/polyfills/bind.js',
'h/static/scripts/vendor/polyfills/url.js',
'h/static/scripts/vendor/polyfills/promise.js',
'h/static/scripts/vendor/jquery.js',
'h/static/scripts/vendor/jschannel.js',
'h/static/scripts/vendor/jwz.js',
......@@ -55,6 +56,7 @@ module.exports = function(config) {
'h/static/scripts/hypothesis.js',
'h/static/scripts/*-service.js',
'h/templates/client/*.html',
'tests/js/bootstrap.coffee',
'tests/js/**/*-test.coffee'
],
......
ES6Promise.polyfill()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment