Skip to content
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

Add ability to compile only some files in an upload #16

Open
egelmex opened this issue May 17, 2015 · 5 comments
Open

Add ability to compile only some files in an upload #16

egelmex opened this issue May 17, 2015 · 5 comments

Comments

@egelmex
Copy link

egelmex commented May 17, 2015

During an upload I would like the option to only some of the uploaded files.

@kmpm
Copy link
Owner

kmpm commented Jun 4, 2015

Can you think of a way of how those parameters should look on the command line. It's doable but I can't imagine a way that would not mess things up.

@egelmex
Copy link
Author

egelmex commented Jun 4, 2015

Good point, I will have a think about it.

@benrussell
Copy link

./nodemcu-uploader.py upload init.lua:init.lc

@benrussell
Copy link

or, new tool:
./nodemcu-compiler.py init.lua:init.lc

This would be my preference.

@kmpm
Copy link
Owner

kmpm commented Nov 15, 2015

Ok.
I will not make a new tool.
Detecting if a file called init.lua should be saved as init.lc could be done.
If you come with a pull request I will use it but since I am somewhat short on time I will not do it now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants