chore(build): Karma watches broccoli output.

This is a prerequisite for switching to TypeScript. We need to remove the Traceur preprocessor
from Karma, so we have the build specified in a single place (broccoli tree def'n).
This commit is contained in:
Alex Eagle
2015-04-27 16:11:20 -07:00
parent 09f8d8f7ba
commit 511e832ee2
6 changed files with 42 additions and 44 deletions

View File

@ -123,4 +123,4 @@ export class EventEmitter extends Observable {
return(value) {
this._subject.onCompleted();
}
}
}

View File

@ -99,4 +99,4 @@ export class EventEmitter extends Observable {
throw(error) { this._subject.onError(error); }
return (value) { this._subject.onCompleted(); }
}
}