Magnus Danielson

Results 16 comments of Magnus Danielson

We always have the Aurelia project separated from the .Net project and move the output to a specific folder for example scripts. So the folder structure looks like this: -aurelia-app...

I have created a pullrequest that can solve this issue if you are using require. https://github.com/aurelia/cli/pull/686 Add the following to the build task (aurelia_project/tasks/build.ts) in your project in the readProjectConfiguration...

So one of my environment files looks like below. The providerHostUrl is the interesting configuration. ![image](https://user-images.githubusercontent.com/12081481/28891851-2894e652-77cc-11e7-9aab-657ed4c11569.png)

And yes, before anyone asks. We use another task to move the output files to a ASP.Net MVC project with below task. ` import * as gulp from 'gulp'; import...

Remeber that we are discussing add comments to configurations. I would say it is really valuable to have comments in configuration. I would love to se .ts instead of .json

@Anthony-Mckale I use ref with enhance and it works if you register your components with .globalResources() `.globalResources( [ PLATFORM.moduleName("globals/checkaccess") ,PLATFORM.moduleName("globals/message") ]);`

Ok, I fixed and it now works with alpha 37. I had to add below rules to webpack. `{ include: /node_modules/, test: /\.mjs$/, type: 'javascript/auto' }`

A bit to early to close. Now I get a problem with DI. ``` Error: AUR0012:IContainer at Container.R (index.cjs:1051:10) at Container.get (index.cjs:933:1) at Container.ft (index.cjs:763:1) at Array.map () at Factory.construct...