config/initializers/sass.rb in fat_free_crm-0.11.4 vs config/initializers/sass.rb in fat_free_crm-0.12.0
- old
+ new
@@ -1,4 +1,9 @@
+# Copyright (c) 2008-2013 Michael Dvorkin and contributors.
+#
+# Fat Free CRM is freely distributable under the terms of MIT license.
+# See MIT-LICENSE file or http://www.opensource.org/licenses/mit-license.php
+#------------------------------------------------------------------------------
require 'sass/plugin'
Sass::Plugin.options.merge!(
:template_location => 'app/stylesheets/media',
:css_location => ENV['HEROKU'] ? 'tmp/stylesheets' : 'public/stylesheets'