This doesn't seem to work.. Neither with 'middleman server' nor after
building the site. What am I doing wrong? My config.rb is below:
set :slim, :pretty => true
use Rack::Codehighlighter, :ultraviolet, :theme => "idle", :element =>
"pre", :pattern => /\A::([-_+\w]+)::\s*/
configure :build do
activate :minify_css
activate :minify_javascript
activate :cache_buster
activate :directory_indexes
end