Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
Fix indicator css in install.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbloom committed Jul 23, 2014
1 parent e7360fc commit d57c065
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion install.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
},
Expand Down

0 comments on commit d57c065

Please sign in to comment.