Skip to content

Commit 5625bf8

Browse files
style:develop rake task
1 parent b5a3290 commit 5625bf8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Rakefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,9 @@ namespace :style do
4646
f.write(css)
4747
end
4848
end
49+
50+
desc "Remove main.css so that the SASS sources will be used directly"
51+
task :develop do
52+
File.unlink File.expand_path("lib/better_errors/templates/main.css", File.dirname(__FILE__))
53+
end
4954
end

0 commit comments

Comments
 (0)