Closed andreasgrimm closed 10 years ago
Hmm I see. Can you try this:
proxies: {
'/base/jspm_packages/': '/base/front/main/jspm_packages/',
'/base/lib/': '/base/front/main/lib/'
}
awesome, that worked. thanks a lot!
great! no problem
as our
jspm_packages
don't reside in the project root but in./front/main/jspm_packages/
, we not only used the config option ...... but used as well the proxies config option:
now since 1.0.0 without (functional) proxies option, I don't know how I'd do the configuration to get it working again. maybe you can give us a hint.
config.js
file is in folder./front/main
wherein no basePath is set (because./front/main
folder get's served in development environment)karma.conf.js
file is in folder./front/test/unit
(withbasePath: '../../..'
)