-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mkdirs not ignoring specified files #46
Comments
Thanks for the feedback Javier. You're not doing anything wrong, it's the build script that does. I'll update the generated gruntfile today, and the matching documentation in the wiki:
Does it make sense? |
Thanks for the clarification I just tested it and it's working fine 👍 |
Just noticed that my 404.html file wasn't getting copied over. My .buildignore file looks like this:
However if I remove the last line then it works but my .buildignore file gets copied as well. I'm using the default h5bp file structure with the exception that I put my grunt.js and config files in a sub-directory called build |
Hmm.. Interesting. I'll try to reproduce the issue locally. |
I've come across some odd behaviour in a similar vein. To recreate:
In the above example, the test folder is omitted in both intermediate and publish folders. |
Not sure if I'm doing something wrong but the
mkdirs
command is just copying everything in my root directory to my publish and intermediate folders, I'm using the basic grunt config that gets generated withh5bp init
:But the
exclude
option looks like it's getting ignoredThe text was updated successfully, but these errors were encountered: