Skip to content

Commit

Permalink
chore(karma.js): fix openlayers file path and add to use js-polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
kohatang committed Jun 10, 2016
1 parent 3bc3557 commit 3797704
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions grunt/karma.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ module.exports = function (grunt, options) {
singleRun: true,
options: {
files: [
'bower_components/openlayers3/build/ol-debug.js',
'bower_components/openlayers/ol-debug.js',
'bower_components/js-polyfills/polyfill.js',
'bower_components/angular/angular.js',
'bower_components/angular-sanitize/angular-sanitize.js',
'bower_components/angular-mocks/angular-mocks.js',
Expand All @@ -25,7 +26,8 @@ module.exports = function (grunt, options) {
autoWatch: true,
options: {
files: [
'bower_components/openlayers3/build/ol-debug.js',
'bower_components/openlayers/ol-debug.js',
'bower_components/js-polyfills/polyfill.js',
'bower_components/angular/angular.js',
'bower_components/angular-sanitize/angular-sanitize.js',
'bower_components/angular-mocks/angular-mocks.js',
Expand Down

0 comments on commit 3797704

Please sign in to comment.