-
Notifications
You must be signed in to change notification settings - Fork 17
Issue with preserve_dirs not working #21
Copy link
Copy link
Open
Description
As reported back on issue #11:
When I use preserve_dirs: true, it ignores dest and puts the files inside my coffee directory next to the file it is converted from, instead of in my js dir i have specified in dest. Am I doing something wrong?
{
src: [coffeeDir + '*/.coffee'],
dest: jsDir,
options: {
bare: true,
preserve_dirs: true
}
}
I've tried setting a base_dir as the js dir also, but no luck. I see you are talking about a destPath, is that different than just dest?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels