-
Notifications
You must be signed in to change notification settings - Fork 38
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
compile unable to handle subfolder #62
Comments
Hmm, files in subdirectories are okay, but it's probably mad because the subdir itself is getting included instead of its contents. |
Yup. I'm having the same issue. A solution is to include the files in |
I hit the same problem today, and also the issue with needing some files in an include folder. I'm wondering if the cli should take a json.file so that the build details can be configured:
|
Just adding a 👍 because I helped a user overcome this issue today. |
added support for globs in 0.4.6, so to include subfolders use the following spark.include file:
still initially off by default to avoid confusion / breaking changes |
This problem arises due to
Spark-CLI
since the WEB IDE never allowed sub-foldersThe text was updated successfully, but these errors were encountered: