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
I had some troubles getting glob work the way I wanted today. It gets a little complicated in certain cases (multiple files/directories to match). It might be neat if src could accept an array of filenames. This way you could use whatever library you want on the user side. glob is a good default. I feel this would be a nice extension point, though, as it's just a single check on your side.
The text was updated successfully, but these errors were encountered:
i have the same demand.
For example, such as the root directory, there is a readme.md and build directory of things also need to publish in the gh-pages branch. You need to manually write copy functions, take the readme.md copy to the build directory, and then in the gh-pages branch.
I had some troubles getting
glob
work the way I wanted today. It gets a little complicated in certain cases (multiple files/directories to match). It might be neat ifsrc
could accept an array of filenames. This way you could use whatever library you want on the user side.glob
is a good default. I feel this would be a nice extension point, though, as it's just a single check on your side.The text was updated successfully, but these errors were encountered: