-
-
Notifications
You must be signed in to change notification settings - Fork 104
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
Copy additional resources #206
Comments
Hi there, images are copied though (https://github.com/CouscousPHP/Couscous/blob/master/src/Module/Core/Step/AddImages.php)? |
Ah, I see, I tried it with an SVG image. It would be great though to add some kind of configurability to that step, or at least some documentation on what files are copied. SVG is definitely missing in my opinion. |
Feel free to send a pull request to modify this line: https://github.com/CouscousPHP/Couscous/blob/master/src/Module/Core/Step/AddImages.php#L27 |
Currently it seems like there's no way to include e.g. an image from the source folder, or at least I didn't find it yet. There would be two possibilities:
includeAssets: ["assets", "images", "..."]
include
configuration optionexclude
(we'd need files there, not just folders)The text was updated successfully, but these errors were encountered: