How are you testing / tweaking the UI during development?
Using src/ as the extension instead of the app/ build doesn't work because the Content Security Policy blocks the unvulcanized inline script tags.
Using the demos doesn't quite work either. Namely the ptm-{project,session}-list demos try to do an ajax call to a /stab_projects.json that doesn't exist anywhere in the repo. And ptm-{project,session} fail when loaded over a local http server due to chrome.i18n not being available; and fail when loaded within the extension for the same reason app/ doesn't work.
How are you testing / tweaking the UI during development?
Using src/ as the extension instead of the app/ build doesn't work because the Content Security Policy blocks the unvulcanized inline script tags.
Using the demos doesn't quite work either. Namely the
ptm-{project,session}-listdemos try to do an ajax call to a/stab_projects.jsonthat doesn't exist anywhere in the repo. Andptm-{project,session}fail when loaded over a local http server due tochrome.i18nnot being available; and fail when loaded within the extension for the same reason app/ doesn't work.