2011-09-26 16:31:12 +00:00
|
|
|
.env {
|
|
|
|
env: <%= options[:environment] %>; }
|
2012-03-23 15:55:38 +00:00
|
|
|
.time {
|
|
|
|
time: "<%= Time.now.strftime("%F") %>"; }
|
|
|
|
.date {
|
2012-03-23 17:19:25 +00:00
|
|
|
date: "<%= Time.now.strftime("%F") %>"; }
|
|
|
|
.filename {
|
2012-03-23 17:25:54 +00:00
|
|
|
file: <%= filename.gsub(%r{/scss/}, '/sass/') %>; }
|
|
|
|
.output {
|
|
|
|
output: <%= output_file %>; }
|