Update development.rb
This commit is contained in:
parent
d92c938491
commit
0da8bdca73
|
@ -51,7 +51,7 @@ Discourse::Application.configure do
|
||||||
|
|
||||||
require 'stylesheet/watcher'
|
require 'stylesheet/watcher'
|
||||||
if defined? Puma
|
if defined? Puma
|
||||||
STDERR.puts "Staring CSS change watcher"
|
STDERR.puts "Starting CSS change watcher"
|
||||||
@watcher = Stylesheet::Watcher.watch
|
@watcher = Stylesheet::Watcher.watch
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue