From 061d258ede34dc617efb7483632fd57c1a4abcbe Mon Sep 17 00:00:00 2001 From: germainloret Date: Mon, 27 Nov 2017 10:44:24 +0100 Subject: [PATCH] middleman webpack template ready ! --- config.rb | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/config.rb b/config.rb index 319c7b5..8693eeb 100644 --- a/config.rb +++ b/config.rb @@ -33,25 +33,10 @@ # https://middlemanapp.com/advanced/configuration/#environment-specific-settings configure :build do - # "Ignore" JS and CSS so webpack has full control. - # ignore { |path| path =~ /\/(.*)\.js|css$/ && $1 != "all" && $1 != "vendor" } - - # Minify Javascript on build - # activate :minify_javascript - - # For example, change the Compass output style for deployment activate :minify_css - - # Enable cache buster - # activate :asset_hash - # Use relative URLs activate :relative_assets - config[:relative_links] = true - - # Or use a different image path - # set :http_prefix, "/Content/images/" end activate :deploy do |deploy|