small fixes that i made on the train

This commit is contained in:
DadaMonad 2015-10-05 09:48:32 +00:00
parent 7d4adf314d
commit 6e9f990d5c

View File

@ -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({