debug off is faster

This commit is contained in:
Torsten Ruger 2015-07-24 10:15:27 +03:00
parent 0cdd5fdf13
commit 246bb5ee4f

View File

@ -35,7 +35,7 @@ run DebugServer.new {|s|
s.append_path 'lib'
s.append_path File.dirname(::React::Source.bundled_path_for("react-with-addons.js"))
s.main = 'main'
s.debug = true
s.debug = false
s.source_map = true
s.index_path = "index.html.erb"
}