You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.
For most of my js/css/img files, I have subfolders. So in assets/img I have assets/img/main and img/posts or whatever. When I run hugulp build are these files in subfolders being processed? Is it expecting a flat structure?
Looking at the code I see return gulp.src('assets/img/*.*'), which leads me to think it would just take everything at root. I'm wondering if it was assets/img/**/*.* if that would take care of grabbing all files in subdirectories.
The text was updated successfully, but these errors were encountered:
For most of my js/css/img files, I have subfolders. So in assets/img I have assets/img/main and img/posts or whatever. When I run
hugulp build
are these files in subfolders being processed? Is it expecting a flat structure?Looking at the code I see
return gulp.src('assets/img/*.*')
, which leads me to think it would just take everything at root. I'm wondering if it wasassets/img/**/*.*
if that would take care of grabbing all files in subdirectories.The text was updated successfully, but these errors were encountered: