9 lines
216 B
Ruby
9 lines
216 B
Ruby
|
# Specify which components you wish to include when
|
||
|
# the "home" component loads.
|
||
|
|
||
|
# bootstrap css framework
|
||
|
component 'bootstrap'
|
||
|
|
||
|
# a default theme for the bootstrap framework
|
||
|
component 'bootstrap_jumbotron_theme'
|