Closed paulomfr closed 4 years ago
@atanas-dev can you take a look at my PR?
@atanas-dev all changes done. I tried to use the master
version to initialize a project but I'm having errors from compose. Is it unstable yet?
Initializing dev-master
via composer create-project
won't work due to dev-master
being required for all wpemerge/*
packages as well. As long as you use the updated CONTRIBUTING.md
steps you should be fine (via git clone
rather than composer create-project
).
I'll do my best to review the PR in the next few days.
Thank you for the contribution, @paulomfr ! There are a couple details left but I'll take care of them in master ;)
Discussion
Issue: #11
What this PR does
Add support for sprites svg, when add a svg file in
/sprite-svg
folder, webpack will bundle in one filesprite-svg.svg
and the PHP will include the svg content after body tag opened.