Closed leonstafford closed 5 years ago
@giacomoalonzi - this should be "fixed" now dist
was previously added as an exclude,along with other common build files, not realizing this was required for Sage. It may include too much for other libs that have their dist dir included, but can be filtered out in those cases. More is better when it comes to asset detection!
Please give the attached a test. This is now in the develop
branch
@leonstafford nope, there's an error in the crawling process, but it's not printed out in the debug log
to investigate
webpack generated
dist
dir may containscripts, styles, fonts, images
. In user-reported case, only images was missing, but adding via Additional URLs solved it.Look to detect Sage theme or dist dir and add to additional URLs
This may be a good time for me to try a companion plugin, like WP2Static Sage or such, to hook into the URLs queue and add Sage-related things...