g***@gmail.com
2015-08-19 16:37:23 UTC
Hello,
I have a huge directory which I don't want the resource provider to
process. Could I use the ignoreFile mechanism to skip this directory? How?
My elementary attempt at ignoring the work2 directory is not working.
-- Custom configuration
myConfiguration :: Configuration
myConfiguration = defaultConfiguration {ignoreFile = ignoreFile'}
where
ignoreFile' path
| path == "work2" = False
| otherwise = ignoreFile defaultConfiguration path
ganesh
I have a huge directory which I don't want the resource provider to
process. Could I use the ignoreFile mechanism to skip this directory? How?
My elementary attempt at ignoring the work2 directory is not working.
-- Custom configuration
myConfiguration :: Configuration
myConfiguration = defaultConfiguration {ignoreFile = ignoreFile'}
where
ignoreFile' path
| path == "work2" = False
| otherwise = ignoreFile defaultConfiguration path
ganesh
--
You received this message because you are subscribed to the Google Groups "hakyll" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hakyll+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "hakyll" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hakyll+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.