Matthieu Lux
Matthieu Lux
Ok sorry, don't you want a relative path in this import ? import { RouterConfig as GsRouterConfig } from 'routing'; -> import { RouterConfig as GsRouterConfig } from './routing'; As...
arf ^^ With the failing version, there is any error in the console during the TS compilation?
You have to create new angular modules in which you add your controllers and directives. You make the link by adding your new module in this module as a dependency...
That could be great. With a bit of doc to help configure the target HTTP server. :+1:
You really give not enough info. What options, what fails in generating partials? If the partials task fail, there is no way the bundle could work.
That's nice, could one of you make a PR with that?
I suppose you should import the less files of the theme from your index.less.
Here's the theoretical mechanism, try check what's going wrong: - We override the bower.json of bootstrap to reference the fonts - We copy the fonts in the dist folder located...
It's all about the `bower.json` from your dependency. Look at https://github.com/Swiip/generator-gulp-angular/blob/master/docs/user-guide.md#bower-dependencies
These annotations are for https://github.com/olov/ng-annotate which resolves DI issues with minifying.