File: sass.rake

package info (click to toggle)
cucumber 2.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,076 kB
  • sloc: ruby: 17,016; javascript: 4,641; makefile: 12; sh: 10; tcl: 3
file content (4 lines) | stat: -rw-r--r-- 173 bytes parent folder | download | duplicates (7)
1
2
3
4
desc 'Generate the css for the html formatter from sass'
task :sass do
  sh 'sass -t expanded lib/cucumber/formatter/cucumber.sass > lib/cucumber/formatter/cucumber.css'
end