Skip to content

Commit

Permalink
middleman webpack template ready !
Browse files Browse the repository at this point in the history
  • Loading branch information
grmnlrt committed Nov 27, 2017
1 parent 916576a commit 061d258
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down

0 comments on commit 061d258

Please sign in to comment.