cmelion

Results 45 comments of cmelion

yep, removing the quotes does the trick on line 46 of main-view.html:

FWIW, my team found Compass installation had more issues when compared to "npm install sass". We also had to set up a separate task to run sass via "the command...

I'm not 100% clear on why it fails in powershell and not from the CMD prompt, however one interesting clue is: `// styles in src/style directory are applied to the...

I have a [ticket](https://github.com/cmelion/generator-ng2-webpack/issues/29) to investigate this. Installing the CSS globally is not an issue (see [material design example](https://github.com/cmelion/ng2-webpack-demo-app/blob/docker-workflow/src/public/index.html)), it's importing the requisite javascript that has is a bit tricky....

generator-ng2-webpack projects use webpack's devserver and sourcemaps are generated for both script and css. A good explanation of the process can be found at http://stackoverflow.com/a/33422697

Can you confirm if https://github.com/cmelion/generator-ng2-webpack/issues/28 fixes the browser open issue on Linux? On Thu, Apr 28, 2016 at 7:37 PM, Jacob Beard [email protected] wrote: > I will review the link....

reopening due to related issue https://github.com/cmelion/generator-ng2-webpack/issues/32 Also it's unclear how to debug unit tests using a [docker based workflow](https://github.com/cmelion/generator-ng2-webpack/wiki/Sample-Docker-Workflow)

@mattxo that's good news. I'll make that change ASAP.

there seem to be some concerns with the new router. https://github.com/angular/angular/issues/8972