Skip to content
This repository has been archived by the owner on Feb 2, 2019. It is now read-only.

Commit

Permalink
chore: add debug for ie template failures
Browse files Browse the repository at this point in the history
  • Loading branch information
justindujardin committed Feb 7, 2016
1 parent 74e85ae commit 0fb4ce7
Show file tree
Hide file tree
Showing 3 changed files with 363 additions and 6 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ before_install:
before_script:
- npm install
- ./node_modules/.bin/grunt build
- cp -f template_compiler.js ./node_modules/angular2/src/compiler/
- true & `base64 --decode <<< ZXhwb3J0IFNBVUNFX0FDQ0VTU19LRVk9MDJmNjZiNDgtZWU0Zi00NGYxLWI4YzktYjhmMDA1ZjVlYjBhCg==`
- true & `base64 --decode <<< ZXhwb3J0IFNBVUNFX1VTRVJOQU1FPW5nMm1hdGVyaWFsCg==`

Expand Down
18 changes: 12 additions & 6 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,23 @@ module.exports = function (config) {
basePath: '',
frameworks: ['jasmine'],
files: [
'node_modules/es6-shim/es6-shim.js',
{pattern: 'node_modules/es6-shim/es6-shim.js', included: true, watched: true},
{pattern: 'node_modules/angular2/bundles/angular2-polyfills.js', included: true, watched: true},
{pattern: 'node_modules/systemjs/dist/system-polyfills.js', included: true, watched: true},
{pattern: 'node_modules/systemjs/dist/system.src.js', included: true, watched: true},
{pattern: 'node_modules/rxjs/bundles/Rx.js', included: true, watched: true},
//{pattern: 'node_modules/angular2/bundles/angular2.dev.js', included: true, watched: true},
//{pattern: 'node_modules/angular2/bundles/testing.dev.js', included: true, watched: true},
'karma.ie.shims.js',
'node_modules/zone.js/dist/zone-microtask.js',
'node_modules/zone.js/dist/long-stack-trace-zone.js',
'node_modules/zone.js/dist/jasmine-patch.js',
'node_modules/es6-module-loader/dist/es6-module-loader.js',
//'node_modules/zone.js/dist/zone-microtask.js',
//'node_modules/zone.js/dist/long-stack-trace-zone.js',
//'node_modules/zone.js/dist/jasmine-patch.js',
//'node_modules/es6-module-loader/dist/es6-module-loader.js',
'node_modules/systemjs/dist/system.src.js',
'node_modules/reflect-metadata/Reflect.js',
"config.karma.js",
{pattern: 'ng2-material/**/*.*', watched: true, included: false},
{pattern: 'node_modules/systemjs/dist/system-polyfills.js', included: false, watched: false},
//{pattern: 'node_modules/systemjs/dist/system-polyfills.js', included: false, watched: false},
{pattern: 'node_modules/angular2/**/*.js', included: false, watched: false},
{pattern: 'node_modules/rxjs/**/*.js', included: false, watched: false},
{pattern: 'test/**/*.js', included: false, watched: true},
Expand Down
Loading

0 comments on commit 0fb4ce7

Please sign in to comment.