2015-07-06 13:20:21 +02:00
|
|
|
# Specify which components you wish to include when
|
|
|
|
# the "home" component loads.
|
|
|
|
|
|
|
|
# bootstrap css framework
|
|
|
|
component 'bootstrap'
|
2015-07-13 14:14:10 +02:00
|
|
|
|
2015-07-17 21:44:20 +02:00
|
|
|
Opal.use_gem("salama-reader")
|
|
|
|
Opal.use_gem("salama-object-file")
|
|
|
|
Opal.append_path "app/main/lib"
|
2015-07-17 10:37:02 +02:00
|
|
|
|
|
|
|
css_file "hint.css"
|