move sources to app directory
This commit is contained in:
parent
e8d9000a74
commit
d021816726
@ -6,7 +6,7 @@ require "react/source"
|
|||||||
|
|
||||||
|
|
||||||
opal = Opal::Server.new {|s|
|
opal = Opal::Server.new {|s|
|
||||||
s.append_path './'
|
s.append_path 'app'
|
||||||
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 = 'debuger'
|
s.main = 'debuger'
|
||||||
s.debug = true
|
s.debug = true
|
||||||
|
Loading…
Reference in New Issue
Block a user