-
Notifications
You must be signed in to change notification settings - Fork 12k
Integrate the build pipeline with Karma #87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
IgorMinar
added a commit
to IgorMinar/angular-cli
that referenced
this issue
Dec 15, 2015
the most interesting and the one we need for improving the testing story is the broccoli-dest-copy plugin - this enables angular#87
IgorMinar
added a commit
to IgorMinar/angular-cli
that referenced
this issue
Dec 15, 2015
the most interesting and the one we need for improving the testing story is the broccoli-dest-copy plugin - this enables angular#87 these plugins were built at the same time as broccoli-typescript plugin updated in 563e6e2
Fixed in #86 (comment) |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
So that we automatically rebuild the project when
src
changes, which then updatesdist
. we should then tell karma to rerun the tests.angular/angular
repo has this setup. the implementation is a bit messy but it's a good start.The text was updated successfully, but these errors were encountered: