build improvements

- add optional localbuildsettings.py
- remove the 'jonatkins' and 'jonatkins-dev' from buildsettings.py - some devs were using them and it'll give them unexpected update behaviour
- add a 'local' build - uses the public release for external resources (rather than a local web server as for local8000), but no distUrlBase. perfect for code-only changes
- distUrlBase can now be None - no more wacky invalid URLs

(the resourceUrlBase will become redundant once all resources are embedded, but that's still pending)
This commit is contained in:
Jon Atkins
2013-03-21 03:36:12 +00:00
parent 8e7681427e
commit 06778b2a6a
3 changed files with 32 additions and 14 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
mobile/IngressIntelTC/bin
build
localbuildsettings.py
*.pyc