Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

include support for baseURL configuration#613

Open
bradford281 wants to merge 1 commit into
yeoman:masterfrom
bradford281:master
Open

include support for baseURL configuration#613
bradford281 wants to merge 1 commit into
yeoman:masterfrom
bradford281:master

Conversation

@bradford281

Copy link
Copy Markdown

No description provided.

@fodma1

fodma1 commented Mar 8, 2016

Copy link
Copy Markdown

This is an awaited feature, I can tell 😄 - I spent more than a day figuring out, how to do it!

Comment thread lib/revvedfinder.js

if (absolute) {
if (absolute && this.baseURL) {
filepath = prefix.substring(1) + filepath; // ignore the first slash

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should not ignore the first slash unless the baseUrl ends with a slash

@eddiemonge

Copy link
Copy Markdown
Member

other than the comments seems ok

@duereg

duereg commented Nov 10, 2016

Copy link
Copy Markdown

@bradford281 what's the status of this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants