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

Show YUI version & location being used for testing #44

Closed
hatched opened this issue Jan 8, 2013 · 2 comments
Closed

Show YUI version & location being used for testing #44

hatched opened this issue Jan 8, 2013 · 2 comments

Comments

@hatched
Copy link

hatched commented Jan 8, 2013

Re: http://yuilibrary.com/forum/viewtopic.php?f=101&t=11704&p=37436

That issue could have been avoided if there was something saying what version of YUI was being used for testing and the location of the repo.

To take this one step further on

yogi build --loud

it could dump all of the pertinent config options

@davglass
Copy link
Member

davglass commented Jan 9, 2013

You can test this with:

npm -g install https://github.com/yui/yogi/archive/master.tar.gz

If the YUI source is not found above the repo, and the yui config is not set, it will default back to the YUI install bundled with YUIDoc.

I'll keep it in my task list to add a passthrough to serve it from the CDN by a specific version.

@davglass
Copy link
Member

davglass commented Jan 9, 2013

You can now use --yui <version> to have it fetch a specific version from the CDN.

Note, yogi searches several locations for files to serve, so it's hard to say "I'm getting files from here". You can, however, use yogi test --debug to have yogi print the locations of the files that it's serving.

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