Browse Source

auto min css

causefx 8 years ago
parent
commit
c4fc3a98ca
3 changed files with 5 additions and 1 deletions
  1. 4 0
      .gitignore
  2. 0 0
      css/organizr.min.css
  3. 1 1
      index.php

+ 4 - 0
.gitignore

@@ -1,5 +1,7 @@
 # PhpStorm Files
 .idea/*
+node_modules/*
+package-lock.json
 
 # Windows image file caches
 Thumbs.db
@@ -51,8 +53,10 @@ Temporary Items
 
 # Files from my local computer
 php_errors.log
+
 # Backup Files
 .pydio_id
+
 .idea/*
 # =========================
 # Organizr files

File diff suppressed because it is too large
+ 0 - 0
css/organizr.min.css


+ 1 - 1
index.php

@@ -35,7 +35,7 @@
     <link href="css/simplebar.css" rel="stylesheet">
     <link href="css/plyr.css" rel="stylesheet">
     <link id="style" href="css/dark.css?v=<?php echo $GLOBALS['installedVersion']; ?>" rel="stylesheet">
-    <link href="css/organizr.css?v=<?php echo $GLOBALS['installedVersion']; ?>" rel="stylesheet">
+    <link href="css/organizr.min.css?v=<?php echo $GLOBALS['installedVersion']; ?>" rel="stylesheet">
 	<?php echo pluginFiles('css'); ?>
     <link id="theme" href="css/themes/Organizr.css?v=<?php echo $GLOBALS['installedVersion']; ?>" rel="stylesheet">
     <style id="user-appearance"></style>

Some files were not shown because too many files changed in this diff