Created
July 6, 2020 20:46
-
-
Save pmallol/9c9d47b23d01b83b49cfa1b2397428c8 to your computer and use it in GitHub Desktop.
Revisions
-
pmallol created this gist
Jul 6, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ # config.rb #... # Build-specific configuration # https://middlemanapp.com/advanced/configuration/#environment-specific-settings configure :build do # Generate relative paths to the repo when deploying to GitHub Pages config[:http_prefix] = '/middleman-webpack-demo' config[:css_dir] = "" config[:js_dir] = "" # activate :minify_css # activate :minify_javascript end