OSDN Git Service

add lib reloader
authoryasushiito <yas@pen-chan.jp>
Thu, 9 Jan 2014 09:36:23 +0000 (18:36 +0900)
committeryasushiito <yas@pen-chan.jp>
Thu, 9 Jan 2014 09:36:23 +0000 (18:36 +0900)
commit579786aaf9b4b639fcd050e05dffde253fbee523
treebdd934b8104f21532f69de29b3897bef3b7343fb
parent8384758b15732ded84692b005ac44d9386026535
add  lib reloader
23 files changed:
app/assets/javascripts/application.js
app/assets/javascripts/manifest/filer.js.coffee [new file with mode: 0644]
app/assets/javascripts/panels.js.coffee
app/assets/javascripts/views/filer_view.js.coffee [new file with mode: 0644]
app/controllers/panels_controller.rb
app/views/panels/_form.html.erb
app/views/system/_elements.html.erb [new file with mode: 0644]
app/views/system/_jfiler.html.erb [new file with mode: 0644]
app/views/templates/r/editor/_board_bay.html.erb [new file with mode: 0644]
app/views/templates/r/editor/_dock.html.erb [new file with mode: 0644]
app/views/templates/r/editor/_dock_label.html.erb [new file with mode: 0644]
app/views/templates/r/editor/_generator.html.erb [new file with mode: 0644]
app/views/templates/r/editor/_simple_bay.html.erb [new file with mode: 0644]
app/views/templates/r/editor/editor.html.erb [new file with mode: 0644]
config/application.rb
config/environment.rb
config/environments/development.rb
lib/editor.rb [new file with mode: 0644]
lib/editor/editor.rb [new file with mode: 0644]
lib/editor/elements.rb [new file with mode: 0644]
lib/editor/tsort.rb [new file with mode: 0644]
lib/editor/zsort.rb [new file with mode: 0644]
lib/manifest.rb