Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas ZILLIOX <thomas@zilliox.me>2013-07-10 02:42:30 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-07-10 02:42:30 +0400
commit8177059451d04827610822e47c56f839f4b99aeb (patch)
treedd6e48c7fda790b9fe68d9e0e307f1e11d85b573 /plugins/API
parent04663fa8ae3df7ac14a9105284ff4ee9aae55144 (diff)
Change the extension to .less for CSS files that will be compiled
Diffstat (limited to 'plugins/API')
-rw-r--r--plugins/API/API.php2
-rw-r--r--plugins/API/stylesheets/listAllAPI.less (renamed from plugins/API/stylesheets/listAllAPI.css)0
2 files changed, 1 insertions, 1 deletions
diff --git a/plugins/API/API.php b/plugins/API/API.php
index 8348724cc4..cdc6f4492e 100644
--- a/plugins/API/API.php
+++ b/plugins/API/API.php
@@ -57,7 +57,7 @@ class Piwik_API extends Piwik_Plugin
public function getCssFiles(&$cssFiles)
{
- $cssFiles[] = "plugins/API/stylesheets/listAllAPI.css";
+ $cssFiles[] = "plugins/API/stylesheets/listAllAPI.less";
}
}
diff --git a/plugins/API/stylesheets/listAllAPI.css b/plugins/API/stylesheets/listAllAPI.less
index 06a3c9f435..06a3c9f435 100644
--- a/plugins/API/stylesheets/listAllAPI.css
+++ b/plugins/API/stylesheets/listAllAPI.less