Skip to content

Instantly share code, notes, and snippets.

@pmallol
Created July 3, 2020 22:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pmallol/e92e92ea949be7b9aa71de4a5e41241f to your computer and use it in GitHub Desktop.
Save pmallol/e92e92ea949be7b9aa71de4a5e41241f to your computer and use it in GitHub Desktop.
Modify assets name files when adding Webpack to Middleman
<!doctype html>
<html>
<head>
...
<%= stylesheet_link_tag "style" %>
<%= javascript_include_tag "site.min" %>
</head>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment