-
Notifications
You must be signed in to change notification settings - Fork 1
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
Support for ?dev=true #7
Comments
Actually, for The Ultimate Debugging Experience, it will be best to install InstantAT locally and target dev files that we have synced with FileSync to |
Not completely sure how this relates to instantAT? The idea of the CDN has been around a while, it might work but forces you to reset the rootMap since you're not fetching the framework locally anymore. Could be done easily, with |
When it comes to different versions of AT, I guess it's a bit out of my jurisdiction :) Until AT is available on a CDN, I can still upload the dev version that matches the one I have on instant AT today. Not super clean, but I don't see a big issue with this. |
It'll be great to have devmode support. Primary use case: rapid debugging.
Of course it doesn't make sense to force you to import whole AT into your repo. Probably the best option will be to create a CDN subdomain with cooperation with @ariatemplates (like
http://cdn.ariatemplates.com
) which will be home toprod
anddev
releases - perhaps with versioning, so then we could even pass the version as another param:?dev=1&version=1.3.7
We currently host AT on AT.com (because it's needed to display the page) but it's never the latest-available version, and AFAIK, only minified version.
@olaf-k what do you think?
The text was updated successfully, but these errors were encountered: