From 6e9f990d5c235e340509b03a37545c74879d6ccd Mon Sep 17 00:00:00 2001 From: DadaMonad Date: Mon, 5 Oct 2015 09:48:32 +0000 Subject: [PATCH] small fixes that i made on the train --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 19c1100e..897ead70 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -148,7 +148,7 @@ gulp.task('dev', ['build:test'], function () { gulp.task('test', ['build:test'], function () { var testfiles = files.test if (typeof Promise === 'undefined') { - testfiles = ['./node_modules/promise-polyfill/Promise.js'].concat(testfiles) + testfiles.concat(['src/polyfills.js']) } return gulp.src(testfiles) .pipe(jasmine({