2021-02-05 07:09:31 -05:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2016-09-12 13:36:24 -04:00
|
|
|
unless Rails.env.production?
|
|
|
|
require 'haml_lint/rake_task'
|
2019-05-21 22:49:14 -04:00
|
|
|
require Rails.root.join('haml_lint/inline_javascript')
|
2016-09-12 13:36:24 -04:00
|
|
|
|
2016-09-13 12:56:00 -04:00
|
|
|
HamlLint::RakeTask.new
|
2016-09-12 13:36:24 -04:00
|
|
|
end
|