Matthieu Lux
Matthieu Lux
It's needed for the application to work when minified. If you remove it and use optimize version (serve:dist) it should fail.
You have to locate where in your gulp files the sources files are listed and injected in your index.html. Then you have to find a strategy to make multiple selection...
Please put more information about your issue. https://github.com/Swiip/generator-gulp-angular/blob/master/CONTRIBUTING.md
Thanks for reporting. Removing ng-strict-di should not be the solution...
Having the file generated with a hashcode in the filename is an important feature to have to resolve cache issues on releases. If accumulation of files is a problem, use...
Switching from Bower to NPM is a lot more complicated than just having NPM to use a flat dep directory. A tool like wiredep on which we heavily depends doesn't...
tsd install is run automatically at the end of the generation. If you didn't have the tsd command at this point it failed. If you install it after, you have...
If you're looking for component generators, we don't have them (#793) If not, it's a normal Angular app, just create modules and place them as dependencies of your main module.
Is there anything useful to you there https://github.com/Swiip/generator-gulp-angular/blob/master/docs/user-guide.md#file-injection ?
There is a lot of different approach. Mine would be to create an Express project beside the frontend one. You can keep BrowserSync of the front project while developing and...