Closed FokkeZB closed 10 years ago
Why is a manifest file required? I use CLI only so my projects don't have a manifest and it seems to work well if I just remove that part in checkTiProject().
manifest
checkTiProject()
Right, the manifest file isn't actually used by ti-inspector. Fixed in https://github.com/omorandi/TiInspector/commit/a1768ba1c548f417bed7a5b428c82052df51c757
Why is a
manifest
file required? I use CLI only so my projects don't have amanifest
and it seems to work well if I just remove that part incheckTiProject()
.