diff --git a/app/coffee/app.coffee b/app/coffee/app.coffee index 477db887..a170244c 100644 --- a/app/coffee/app.coffee +++ b/app/coffee/app.coffee @@ -265,7 +265,7 @@ modules = [ "taigaRelatedTasks", "taigaBacklog", "taigaTaskboard", - "taigaKanban" + "taigaKanban", "taigaIssues", "taigaUserStories", "taigaTasks", @@ -279,9 +279,10 @@ modules = [ "taigaFeedback", "taigaPlugins", "taigaIntegrations", + "taigaComponents", # template cache - "templates" + "templates", # Vendor modules "ngRoute",