mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Convert default SCSS stylesheet to LESS
서버단에서 컴파일하는 속도가 SCSS보다 LESS가 훨씬 빠름
This commit is contained in:
parent
671e452e6b
commit
1a98f0974c
4 changed files with 426 additions and 425 deletions
|
|
@ -561,7 +561,7 @@ class HTMLDisplayHandler
|
|||
*/
|
||||
private function _loadCommonJSCSS()
|
||||
{
|
||||
Context::loadFile(array('./common/css/rhymix.scss', '', '', -1600000000), true);
|
||||
Context::loadFile(array('./common/css/rhymix.less', '', '', -1600000000), true);
|
||||
$original_file_list = array(
|
||||
'plugins/jquery.migrate/jquery-migrate-1.2.1.js',
|
||||
'plugins/blankshield/blankshield.min.js',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue