Files
edx-platform/Guardfile

4 lines
130 B
Ruby

guard :rake, :task => :collectstatic, :run_on_all => true, :run_on_start => true do
watch(%r{^static/.+(.scss|.coffee)$})
end