Files
side-by-side/config.rb
T
Vit Brunner b7c12f928b Initial project setup
Featuring:
- middleman setup
- dummy controller and index page
- markdown reader and its qunit tests
- travis integration
2013-06-10 22:30:02 +01:00

9 lines
124 B
Ruby

set :css_dir, 'styles'
set :js_dir, 'scripts'
Tilt.mappings.delete('md')
configure :build do
activate :minify_css
end