Conversation
Resolve inline partials multiple tasks bug when generates same index.html multiple times - embedded partials are cleaned.
|
I don't understand the problem this solves, could you please give an example how to reproduce? |
|
As an example of configuration: Embeds all generated documents as script in body. Grunt task: |
|
I see the problem. Your proposal works if you always run all ngdoc tasks together and always a new process. if you build only a sub task there will be partials missing. I think the easiest solution is to keep the partials on the hard drive and always include all. What do you think? |
|
I'll test all your mentioned configurations and try to make one single change, will look after. Another one error is when you have 2 tasks and you make both as API only first will render correctly - for others there will be like normal list rendering. |
Resolve inline partials multiple tasks bug when generates same
index.html multiple times - embedded partials are cleaned.