I want to ignore samples/
folder when build. I used this
configure :build do
activate :asset_hash, :ignore => [/^samples\//]
end
It didn't work and that folder was still included during build process. Could anyone advise?
Add the following code to your config.rb file:
ignore 'samples/*'
#ignore
accepts regular expressions as well. See the specs.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With