rubyx-debugger/app/main/config/dependencies.rb
Torsten Ruger 4305ddaf1d copied salama in for reload
but have to rethink approach
2015-07-17 22:44:20 +03:00

12 lines
250 B
Ruby

# Specify which components you wish to include when
# the "home" component loads.
# bootstrap css framework
component 'bootstrap'
Opal.use_gem("salama-reader")
Opal.use_gem("salama-object-file")
Opal.append_path "app/main/lib"
css_file "hint.css"