debug off is faster
This commit is contained in:
parent
0cdd5fdf13
commit
246bb5ee4f
@ -35,7 +35,7 @@ run DebugServer.new {|s|
|
|||||||
s.append_path 'lib'
|
s.append_path 'lib'
|
||||||
s.append_path File.dirname(::React::Source.bundled_path_for("react-with-addons.js"))
|
s.append_path File.dirname(::React::Source.bundled_path_for("react-with-addons.js"))
|
||||||
s.main = 'main'
|
s.main = 'main'
|
||||||
s.debug = true
|
s.debug = false
|
||||||
s.source_map = true
|
s.source_map = true
|
||||||
s.index_path = "index.html.erb"
|
s.index_path = "index.html.erb"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user