From d57c065f24a474e27498acf1e279cea80ee11bc1 Mon Sep 17 00:00:00 2001 From: Zack Bloom Date: Wed, 23 Jul 2014 19:02:42 -0400 Subject: [PATCH] Fix indicator css in install.json --- install.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/install.json b/install.json index eba8ede..36b77d2 100644 --- a/install.json +++ b/install.json @@ -17,7 +17,13 @@ }, { "type": "style", - "src": "./themes/offline-theme-{{ options.theme }}.css" + "src": "./themes/offline-theme-{{ options.theme }}.css", + "if": "!options.indicator" + }, + { + "type": "style", + "src": "./themes/offline-theme-{{ options.theme }}-indicator.css", + "if": "options.indicator" } ] },