move sources to app directory

This commit is contained in:
Torsten Ruger 2015-07-22 16:26:46 +03:00
parent e8d9000a74
commit d021816726
5 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ require "react/source"
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.main = 'debuger'
s.debug = true