Sha256: db6390416c94629b711b866f7a898c77c53a742a0214476fb4095795aaee2301

Contents?: true

Size: 448 Bytes

Versions: 6

Compression:

Stored size: 448 Bytes

Contents

# 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'

# provides templates for login, signup, and logout
component 'user_templates'

# browser_irb is optional, gives you an irb like terminal on the client
# (hit ESC) to activate.
if Volt.env.development?
  component 'browser_irb'
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
volt-0.9.7.pre8 templates/project/app/main/config/dependencies.rb
volt-0.9.7.pre7 templates/project/app/main/config/dependencies.rb
volt-0.9.7.pre6 templates/project/app/main/config/dependencies.rb
volt-0.9.7.pre5 templates/project/app/main/config/dependencies.rb
volt-0.9.7.pre3 templates/project/app/main/config/dependencies.rb
volt-0.9.7.pre2 templates/project/app/main/config/dependencies.rb