From 14d332545c7579c95486122379047ef10a7563f7 Mon Sep 17 00:00:00 2001 From: Joe Fiorini Date: Tue, 21 Jul 2015 16:12:48 -0400 Subject: [PATCH] Treat about partial as a static asset Now bundling all partials into `templates.js`. This didn't work so well for the about partial because the cowsay
 tag got all messed up
when it was pre-cached in JavaScript. Moving this to assets to show that
it's not meant to be bundled, but downloaded as an ajax request instead.
---
 awx/ui/client/{src/partials => assets}/cowsay-about.html | 0
 awx/ui/templates/ui/index.html                           | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename awx/ui/client/{src/partials => assets}/cowsay-about.html (100%)

diff --git a/awx/ui/client/src/partials/cowsay-about.html b/awx/ui/client/assets/cowsay-about.html
similarity index 100%
rename from awx/ui/client/src/partials/cowsay-about.html
rename to awx/ui/client/assets/cowsay-about.html
diff --git a/awx/ui/templates/ui/index.html b/awx/ui/templates/ui/index.html
index 2438741855..97d55dc7b8 100644
--- a/awx/ui/templates/ui/index.html
+++ b/awx/ui/templates/ui/index.html
@@ -153,7 +153,7 @@
     
     
     
-    
+