From 81bf1d7aea65a6948a6bbbe9cc56cca7a9f19d40 Mon Sep 17 00:00:00 2001 From: Renato Carvalho Date: Fri, 28 Oct 2016 20:50:03 -0200 Subject: [PATCH] Update config.rb --- config.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/config.rb b/config.rb index 54074f0..1e9ef6c 100644 --- a/config.rb +++ b/config.rb @@ -1,10 +1,6 @@ # View Middleman configurations: # http://localhost:4567/__middleman/config/ -# Site Settings -# ---------------------------------------------- -@url = "http://playbook.startae.com" - # Slim HTML # ---------------------------------------------- ::Slim::Engine.set_options :format => :html @@ -72,9 +68,6 @@ # Add asset fingerprinting to avoid cache issues activate :asset_hash - # Enable cache buster - activate :cache_buster - # Activate autoprefixer activate :autoprefixer end