mirror of
https://github.com/wassname/side-by-side.git
synced 2026-09-22 13:40:40 +08:00
Featuring: - middleman setup - dummy controller and index page - markdown reader and its qunit tests - travis integration
9 lines
124 B
Ruby
9 lines
124 B
Ruby
set :css_dir, 'styles'
|
|
set :js_dir, 'scripts'
|
|
|
|
Tilt.mappings.delete('md')
|
|
|
|
configure :build do
|
|
activate :minify_css
|
|
end
|