diff --git a/www/index.html b/www/index.html
index 35449eb44eed951395d15b652185c6377cd799eb..fc3bb9281c6043bf0b9ad5b16fbc1dbd6197a06b 100644
--- a/www/index.html
+++ b/www/index.html
@@ -11,9 +11,14 @@
     <!-- build:css dist_css/cesium.css -->
       <link href="css/ionic.app.css" rel="stylesheet">
       <link href="css/style.css" rel="stylesheet">
+
       <!--removeIf(device)-->
       <link href="css/style-no-device.css" rel="stylesheet">
       <!--endRemoveIf(device)-->
+
+      <!--removeIf(no-plugin)-->
+      <link href="dist/dist_css/plugins/es/css/style.css" rel="stylesheet">
+      <!--endRemoveIf(device)-->
     <!-- endbuild -->
 
     <!-- build:js dist_js/cesium.js -->
@@ -86,7 +91,6 @@
 
       <!--removeIf(no-plugin)-->
       <!-- Plugins -->
-      <link href="dist/dist_css/plugins/es/css/style.css" rel="stylesheet">
       <script src="dist/dist_js/app/plugins.js"></script>
       <script src="dist/dist_js/plugins/translations.js"></script>
       <script src="dist/dist_js/plugins/templates.js"></script>