-
Notifications
You must be signed in to change notification settings - Fork 81
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
targetPath issue #16
Comments
I've figured out how to solve the issue: by adding a base to the src. Here's the src line that I used:
|
Which version of Gulp are you using? |
Using 3.5.6 |
Hm, weird. I have added a note to the README. Thanks for reporting! |
Option base not works for me. Issue still is open. |
Hey Iuriy, |
How can I resolve this problem ? The problem occurs in MacOs and Linux. I do not desire to have either additional folders created or _icons.scss. |
I think I've got the
path
,targetPath
andfontPath
configured correctly, but I'm having an issue now withtargetPath
.I'm working on a Laravel app and have my gulpfile located in the project root. So my directory structure looks like:
My gulp configuration code for this plugin is as follows:
The problem I'm running into is this: the
targetPath
is supposed to go intoapp/assets/scss/components/
but its going intopublic/assets/scss/components
instead. It's like "app" is being replaced by "public" in the path.Am I doing something wrong or is this an issue with the plugin?
The text was updated successfully, but these errors were encountered: