project-templates/webpack/config.rb in frontman-ssg-0.0.2 vs project-templates/webpack/config.rb in frontman-ssg-0.0.3
- old
+ new
@@ -14,9 +14,10 @@
timing: :before
)
Frontman::Config.set :public_dir, '.tmp/'
Frontman::Config.set :domain, 'https://example.com'
+Frontman::Config.set :fingerprint_assets, true
Frontman::Bootstrapper.resources_from_dir(
'source/'
).each do |resource|
sitemap_tree.add(resource)