BigW Consortium Gitlab

haml-lint.rake 91 Bytes
Newer Older
1 2 3
unless Rails.env.production?
  require 'haml_lint/rake_task'

4
  HamlLint::RakeTask.new
5
end