-
Notifications
You must be signed in to change notification settings - Fork 27
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
Error when running as production #5
Comments
If I remove the |
Yup, I know the error. Sorry, I've been super busy with a new job and haven't had time to fix it. I'll see if I can get to it this week. |
since you already know the error, I will stop trying to find its reason. I look forward for your fix. Thank you. |
Try turning off the sourceMaps |
well, I put |
Hello, I have a similar issue in production. I am using this generator for the first time and it works out of the box in
I looked int the
A closer look at the current configuration fields for
After changing those keys and running
Now I am a bit stuck at this point. Not sure where the
Any suggestions? Thanks in advance! |
Yup. I've recently started a new company and we are about to launch... this means that I haven't had time to keep this project up on the development advances of jspm and systemjs-route-bundler... a lot has changed... ugh! Basically, the path forward is to just bring everything up to speed... PR's welcome as my time is super limited right now. |
@lookfirst Thanks for your reply. As a workaround I turned off the |
Yea. That's what I did too. Stopped using it. Too much trouble. I just bundle with jspm api directly. Just a couple lines of code.
|
I found that my current app didn't need the optimization of route base bundling. |
@lookfirst could you please describe where to put this snippet? |
@Fen1kz I'm using it in my gulp build. |
Same error here.... |
Copied old version of systemjs-route-bundler (1.1.1) which shipped rsvp 3.0.18 and everything is working again. Any ideas how this can be solved forever? |
@DominicBoettger No, I haven't investigated this any further. |
Hi, i removed route-bundler and migrated gulp to es6 (+gulp version upgrade + systemjs update). Everything seems to work except creating the depcache fails.
The corect path for jspm_packages is /Users/dominic.boettger/Development/myproject/jspm_packages. package.json jspm config
System.config.js path config
Any ideas why this fails? I tried different path combinations, but it always fails. Hope somebody is able to help me. Thanks a lot! Best regards |
When I try to execute
export SITUATION=production && gulp run
I don't get any error whiling buildingbut when I try to open in the browser, I get errors
I don't understand what is happening. When I click in "angular.js" link in the image above, I get this
I mean, the angular file is pointing to a weird url "http://localhost:9000/file:/home/cristiano/www/loopback/vcsoft/client/jspm_packages/github/angular/[email protected]/angular.js" (the base path of the app in file system is /home/cristiano/www/loopback/vcsoft/client) and when I look at the network tab of the dev tools I can't see a call to this file
when I open the page in firefox, I get a different error
Can anyone to understand what is happening here?
The text was updated successfully, but these errors were encountered: