angular-boilerplate
angular-boilerplate copied to clipboard
What About External Dependencies
This is a fantastic reference implementation. I do have a few questions:
- What about 3rd party libraries? It'd be good to show how you'd recomment using them here (e.g., angularstrap, ui-router, etc.)
- For larger projects (or those with 3rd party libraries) I see multiple less/css files; how would you add bundling/minification of CSS to this approach?
- What about concatenating/minifying templates?