You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I'm currently using iteration of making changes then gulp build.
At earlier stages, I was using src and examined with each elements using the demo pages (+/stab_projects.json). But after they get some shape, I started to combine them with actual Extension environment.
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. Andptm-{project,session}
fail when loaded over a local http server due tochrome.i18n
not being available; and fail when loaded within the extension for the same reason app/ doesn't work.The text was updated successfully, but these errors were encountered: