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

Commit

Permalink
Merge pull request #1 from janoelze/master
Browse files Browse the repository at this point in the history
Compiled LESS to CSS
  • Loading branch information
danielnaber committed Dec 17, 2013
2 parents 4802b8a + e3b5235 commit 0612a03
Show file tree
Hide file tree
Showing 2 changed files with 457 additions and 292 deletions.
6 changes: 3 additions & 3 deletions include/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ function current_url(){
$assets = array(
'links' => array(
array(
'src' => $rootUrl . '/css/style_v2.less?' . rand(),
'src' => $rootUrl . '/css/style.css',
'rel' => "stylesheet",
'type' => "text/less",
'media' => ''
'type' => "text/css",
'media' => 'screen'
),
array(
'src' => $rootUrl . '/favicon.ico?' . rand(),
Expand Down

0 comments on commit 0612a03

Please sign in to comment.