Open justparking opened 5 years ago
add
index.smil
fileThe 'gen' files are a tool I use for comparing variables used in two bootstrap themes, with the purpose of importing the 'overridden' values into the theme use for Nodel. Not sure where to put this since explaining it will also require a bunch of work.
The generator.py will generate a status.xml file for you, based on info from a node. Is meant to help you make a skeleton dashboard easily. Again, not sure where to put it and needs a bunch of work to explain it.
status.xml actually gets renamed to status-sample.xml when grunt runs. It's a sample dashboard. I'll rename with an underscore in front.
It's very important only non-generated, non-self-buildable files are checked in since they'll live in the repository FOREVER.
Can you double-check that any of these should be checked in? If not, please remove:
.less
file, e.g.src/light/gen/variables.less
.orig
file, e.g.src/light/gen/variables.orig.less
.py
file, e.g.variable_gen.py
, dunno why a Python file is present in a Javascript user-interface.generator.py
has a hard-coding IP address in it?status.xml
has a hard coded values in it?Can you check out the repo copmletely fresh and carefully go through each file and be 100% sure it should be checked-in.
Also double-check what's in the
.gitignore
list in case there are old items that can be removed. Also, for any items that should be in there please add comments describing what they relate to . Use#
for comments. I'm going to start doing that myself for all the backend components.