Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development / demos #49

Open
dantman opened this issue Feb 25, 2016 · 1 comment
Open

Development / demos #49

dantman opened this issue Feb 25, 2016 · 1 comment

Comments

@dantman
Copy link
Contributor

dantman commented Feb 25, 2016

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.

@agektmr
Copy link
Owner

agektmr commented Feb 27, 2016

Hi, thanks for asking.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants