-
Notifications
You must be signed in to change notification settings - Fork 36
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
Specify custom paths for the copy
task
#77
Comments
This is one of many
Does that work for you? |
Yup, I'll give it a try. Will a dependent task like |
@alexweissman yep! Running
See this example for more details: https://github.com/dowjones/gulp-bundle-assets/tree/master/examples/custom-transforms Let me know if that works for you. |
Yes, I like this. I imagine I could assign Thanks again for all your help, I'm excited about incorporating npm and |
For
copy
, we can relativize the destination directory by specifying abase
directory. For example,will copy the files into
myBaseDirectory/fonts/
. However, what if I wanted to copy the files intomyBaseDirectory/foo/
instead? I know I can setoptions.base
in my gulpfile, but this is a global configuration parameter. In this case, we just want to specify the target directory for the fonts.The text was updated successfully, but these errors were encountered: