Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Remove css compilation from jspack
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Sep 22, 2016
1 parent 718bca4 commit d5af775
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 46 deletions.
7 changes: 0 additions & 7 deletions core/src/core/src/pydio/Core/Utils/Reflection/JSPacker.php
Expand Up @@ -50,13 +50,6 @@ public static function pack()
self::compactEach($list, "Normal");
}
}
$sList = glob(AJXP_THEME_FOLDER."/css/*_list.txt");
foreach ($sList as $list) {
$scriptName = str_replace("_list.txt", ".css", $list);
JSPacker::concatListAndPack($list,
$scriptName,
"None");
}
}

/**
Expand Down
35 changes: 0 additions & 35 deletions core/src/plugins/gui.ajax/res/themes/orbit/css/allz.css

This file was deleted.

4 changes: 0 additions & 4 deletions core/src/plugins/gui.ajax/res/themes/orbit/css/allz_list.txt

This file was deleted.

Binary file not shown.

0 comments on commit d5af775

Please sign in to comment.