mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
correct with brackets
This commit is contained in:
@@ -54,7 +54,7 @@ Discourse::Application.configure do
|
|||||||
config.developer_emails = emails.split(",").map(&:downcase).map(&:strip)
|
config.developer_emails = emails.split(",").map(&:downcase).map(&:strip)
|
||||||
end
|
end
|
||||||
|
|
||||||
if defined? Rails::Server || defined? Puma
|
if defined?(Rails::Server) || defined?(Puma)
|
||||||
require 'stylesheet/watcher'
|
require 'stylesheet/watcher'
|
||||||
STDERR.puts "Starting CSS change watcher"
|
STDERR.puts "Starting CSS change watcher"
|
||||||
@watcher = Stylesheet::Watcher.watch
|
@watcher = Stylesheet::Watcher.watch
|
||||||
|
|||||||
Reference in New Issue
Block a user