Skip to content
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

css.js not found #74

Open
devmai opened this issue Jan 7, 2016 · 1 comment
Open

css.js not found #74

devmai opened this issue Jan 7, 2016 · 1 comment

Comments

@devmai
Copy link

devmai commented Jan 7, 2016

Set up as described in ReadMe but got this error:
Unhandled promise rejection Error: XHR error (404 Not Found) loading http://127.0.0.1:9000/dist/css.js Error loading http://127.0.0.1:9000/dist/css.js Error loading http://127.0.0.1:9000/jspm_packages/github/charlespockert/[email protected]/grid/aurelia-bs-grid.css!http://127.0.0.1:9000/dist/css.js as "./aurelia-bs-grid.css!css" from http://127.0.0.1:9000/jspm_packages/github/charlespockert/[email protected]/grid/grid.js Stack-Trace: o@http://127.0.0.1:9000/jspm_packages/system.js:4:12894 e/</A/s.onreadystatechange@http://127.0.0.1:9000/jspm_packages/system.js:4:13482

@devmai
Copy link
Author

devmai commented Jan 9, 2016

After a deep research I found this. Plugin-css have to be installed manually. With:
jspm install css=github:systemjs/plugin-css
After that it comes to another error cos version v0.04 (from 24 Sep 2015) is not updated to the actual aurelia skeleton and framework. So in the meanwhile uninstall
jspm uninstall github:charlespockert/aurelia-bs-grid and install
jspm install github:charlespockert/aurelia-bs-grid@master (recognize the @master thats important)
Now it works!

Plugin-css should be fixed later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant