|
|
|
|
|
by maaaats
4282 days ago
|
|
I understand the grouping of the JS files by feature. But I have a hard time including the partials/HTMLs with that. Because when building (concat, minify etc) the project, they will then need to be copied around and all template-references updated. It's easier instead to just dump all of them into one place and copy that folder, no need to update references etc. then. Any ideas on how to solve this? |
|
There might be some way to load them into $templateCache on build, but that would kill lazy loading
[0] - https://github.com/substack/brfs