-
Notifications
You must be signed in to change notification settings - Fork 50
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
Will not serve files after update to beta #95
Comments
jspm 0.16 stable is out and should be used with karma-jspm 2.0 (stable, non-beta). Could you try it out with the stable releases and see if you experience the same issue? |
@maxwellpeterson-wf huh...just reverted everything, blew away both node_modules and jspm_packages, and updated to karma-jspm 2.0.1 and its still 404ing. Investigating what changed...I was running tests this morning |
Ok, so jumped to a branch that I know works and starting there.
Note the first error occurs before karma even opens! That file doesn't exist btw
|
Update: I've been playing around with this (jumping around in my history, clearing out npm, jspm, etc) and just hit a situation where jspm and karma-jspm both are on the latest stable as above, but that first module-loader error no longer happens. The 404 errors still occur though |
I have the following config file
All my tests (In
/Scripts/tests/*.specs.js
) worked fine on previous karma-jspm versions. But as of updating jspm to beta.3 (necessary to address this issue) I hit the karma-jspm baseUrl error. So I tried updating karma-jspm to2.0.1-beta.2
but now all routes to all scripts (specs and regular, loaded via Systemjs or directly via the url bar) are 404'ing.The text was updated successfully, but these errors were encountered: