Skip to content

Add support for Virtual Paths as part of the application structure#12

Open
shauser wants to merge 1 commit intoskroonenburg:masterfrom
shauser:master
Open

Add support for Virtual Paths as part of the application structure#12
shauser wants to merge 1 commit intoskroonenburg:masterfrom
shauser:master

Conversation

@shauser
Copy link
Copy Markdown

@shauser shauser commented Jun 26, 2013

If you have a directory structure with shared assets between projects using IIS' Virtual Path feature, Rejuicer currently generates invalid file names.

Given the following project structure:

CommonAssets/
  Content/
    Common/
        style.css
WebApp/
  Content/
    Common => CommonAssets/Content/Common (Virtual Path)

Rejuicer now generates a file name like /monAssets/Content/Common/... or /tent/Common/... (skipping parts of Content or including parts of the path to the CommonAssets project) if the folder names aren't the same length.

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

Successfully merging this pull request may close these issues.

1 participant