From 157f4b8062a04636deabfdcb4bcf4c0041e75a29 Mon Sep 17 00:00:00 2001 From: Joe Fiorini Date: Mon, 13 Apr 2015 15:52:02 -0400 Subject: [PATCH] Add placeholder template to keep build working Build fails when there are no less templates in `awx/ui/static/js`, therefore I'm adding this file that I will remove immediately once I start adding less templates to this directory. --- awx/ui/static/js/tmp.less | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 awx/ui/static/js/tmp.less diff --git a/awx/ui/static/js/tmp.less b/awx/ui/static/js/tmp.less new file mode 100644 index 0000000000..c4708530ce --- /dev/null +++ b/awx/ui/static/js/tmp.less @@ -0,0 +1,3 @@ +// This file left here as a placeholder +// to keep the build passing. Will be +// removed on the next card.