I know the ignoreFiles
field in the config can be set to files that one want to ignore on site generation, but I cannot get it to work for assets in my theme.
In my theme I use bower for asset management and gulp. This means that in the static
folder of my theme I have the following folders and files that I want to ignore - bower_components/
, less/
, node_modules/
, bower.json
, gulpfile.js
and package.json
- but the ignoreFlles
field does not seem to cover the theme and its folders.
Is this correct?
It would make sense to me if it is, as one would want to ignore different files based on the theme used. So then maybe there should be an option in the theme config to set files that should be ignored for the theme?