diff --git a/themes/bootprint3/theme.config.php b/themes/bootprint3/theme.config.php
index 659ce2cc104d09a9d1d2bbed35777c98890c7621..f87518e21018da19905ab02da4966a1c1c760362 100644
--- a/themes/bootprint3/theme.config.php
+++ b/themes/bootprint3/theme.config.php
@@ -4,16 +4,16 @@ return array(
     'css' => array(
         //'bootstrap.min.css',
         //'bootprint-custom.css',
-        //'compiled.css',
-        //'icons.css'
+        'compiled.css',
+        'icons.css'
     ),
     'less' => array(
         //'compiled.less',
         //'icons.less'
     ),
     'scss' => array(
-        'compiled.scss',
-        'icons.scss'
+        //'compiled.scss',
+        //'icons.scss'
     ),
     'js' => array(
         'vendor/bootstrap.min.js'
diff --git a/themes/bootstrap3/theme.config.php b/themes/bootstrap3/theme.config.php
index a0d24f37cd68438e40d2365f0f4fc1b099a4c9e4..f209cbe2ac2ad3e8e4b124520f13259afdef7b47 100644
--- a/themes/bootstrap3/theme.config.php
+++ b/themes/bootstrap3/theme.config.php
@@ -5,8 +5,8 @@ return array(
         //'bootstrap.min.css',
         //'bootstrap-accessibility.css',
         //'bootstrap-custom.css',
-        //'compiled.css',
-        //'font-awesome/font-awesome.css',
+        'compiled.css',
+        'font-awesome/font-awesome.css',
         'print.css:print',
         'slider.css',
     ),
@@ -24,8 +24,8 @@ return array(
         //'font-awesome/font-awesome.less'
     ),
     'scss' => array(
-        'compiled.scss',
-        'font-awesome.scss'
+        //'compiled.scss',
+        //'font-awesome.scss'
     ),
     'favicon' => 'vufind-favicon.ico',
     'helpers' => array(