-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Recusively copying additional files #3435
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
Recusively copying additional files #3435
Conversation
…pied to build folder. Fixes #3080
Recusively copying additional files
… be copied to build path. Hence, restored previous "copy sketch file" logic, couples with a recursive one, used only for files external to the sketch (in subfolders)
Hm, something I realized about this change: Before, you could modify and compile a sketch without having to save your changes, I believe. With this change, this only applies to .ino files, but any unsaved changes to other files will be ignored I think? Wouldn't it be more consistent anyway to add any files in subdirs to the sketch's file list (and have them opened in the IDE) instead of modifying just the compile process? |
Right, I took the wrong way when fixing this and it popped up with #3440. I've reverted to the previous code in 9a01e30 and isolated the copy of files only to those in subfolders, so now it works again as it used to |
Compiler: additional files with allowed extentions are recursively copied to build folder. Fixes #3080