begriffs / styleguide_rails

generate a living styleguide with one command
MIT License
69 stars 10 forks source link

Add /styleguide route to staging environment too #55

Open begriffs opened 11 years ago

begriffs commented 11 years ago

The generator at lib/generators/styleguide/install/install_generator.rb includes a route to /styleguide and configures it to work in only the development rails environment. This should be modified to work in environments like staging too. Even better would be some way to configure it.