Kaffiend
Kaffiend
With the recent patch to electron for zone.js, can we expect anything on this front in the near future?
The task signature has changed and additional properties extend the base function type with name and description members.
failed because the webpack build expects the stylesheets in the component to be the same as the actual file, not the output file type of CSS after compilation. Going to...
@NathanWalker the build passed but its not ready yet. I need to find some time to get to the last build task and try to understand the custom loader a...
I havent forgotten about this, just not much time of late. Any help would be much appreciated.
Working on a seed of my own lately and I think with what I've learned with it, I can give this PR a little more love.
see [here](https://github.com/NathanWalker/angular-seed-advanced/blob/master/tools/tasks/project/desktop.libs.ts#L13). As long as you declare glob in additional packages it should copy the lib to the dev dest when the libs task runs. is the directory not there...
seems like its an injection issue at first glance. try giving it a full package meta. ``` { name: 'fs.reapath', packageMeta: { main: 'index.js', defaultExtension: 'js' } }, ```
i think you will have to have all the dependencies as well, and make sure they are registered with systemjs.
@vanchisel add your dependency [here](https://github.com/NathanWalker/angular-seed-advanced/blob/master/tools/tasks/project/desktop.libs.ts#L8), and it will atleast work around the issue you're having.