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/ExampleRssWidget
parent04663fa8ae3df7ac14a9105284ff4ee9aae55144 (diff)
Change the extension to .less for CSS files that will be compiled
Diffstat (limited to 'plugins/ExampleRssWidget')
-rw-r--r--plugins/ExampleRssWidget/ExampleRssWidget.php2
-rw-r--r--plugins/ExampleRssWidget/stylesheets/rss.less (renamed from plugins/ExampleRssWidget/stylesheets/rss.css)0
2 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExampleRssWidget/ExampleRssWidget.php b/plugins/ExampleRssWidget/ExampleRssWidget.php
index 0df7ebb5d0..2fe4381d35 100644
--- a/plugins/ExampleRssWidget/ExampleRssWidget.php
+++ b/plugins/ExampleRssWidget/ExampleRssWidget.php
@@ -47,7 +47,7 @@ class Piwik_ExampleRssWidget extends Piwik_Plugin
public function getCssFiles(&$cssFiles)
{
- $cssFiles[] = "plugins/ExampleRssWidget/stylesheets/rss.css";
+ $cssFiles[] = "plugins/ExampleRssWidget/stylesheets/rss.less";
}
public function addWidgets()
diff --git a/plugins/ExampleRssWidget/stylesheets/rss.css b/plugins/ExampleRssWidget/stylesheets/rss.less
index 5676571a7e..5676571a7e 100644
--- a/plugins/ExampleRssWidget/stylesheets/rss.css
+++ b/plugins/ExampleRssWidget/stylesheets/rss.less