Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

LinkTagHelper support for file globbing patterns in href #1581

Closed
DamianEdwards opened this issue Nov 18, 2014 · 0 comments
Closed

LinkTagHelper support for file globbing patterns in href #1581

DamianEdwards opened this issue Nov 18, 2014 · 0 comments

Comments

@DamianEdwards
Copy link
Member

This is the CSS stylesheet equivalent of #1577

The LinkTagHelper should support file globbing patterns in the href attribute as a way to indicate that multiple link elements should be rendered. This simplifies the management of stylesheet references during development when used in conjunction with the proposed EnvironmentTagHelper and a task runner such as Gulp for doing stylesheet bundling & minification.

e.g.

<environment names="Development">
    <link rel="stylesheet" asp-href-include="css/**/*.css" asp-href-exclude="css/**/*.min.css" />
</environment>
<environment names="Staging,Production">
    <link rel="stylesheet" href="~/css/site.min.css" />
</environment>
@DamianEdwards DamianEdwards added this to the 6.0.0-rc1 milestone Nov 18, 2014
@yishaigalatzer yishaigalatzer modified the milestones: Backlog, 6.0.0-rc1 Nov 26, 2014
@yishaigalatzer yishaigalatzer changed the title Tag Helpers: LinkTagHelper support for file globbing patterns in href LinkTagHelper support for file globbing patterns in href Jan 23, 2015
@DamianEdwards DamianEdwards modified the milestones: 6.0.0-rc1, Backlog Jan 29, 2015
@DamianEdwards DamianEdwards self-assigned this Feb 3, 2015
DamianEdwards added a commit that referenced this issue Feb 5, 2015
DamianEdwards added a commit that referenced this issue Feb 6, 2015
DamianEdwards added a commit that referenced this issue Feb 6, 2015
DamianEdwards added a commit that referenced this issue Feb 7, 2015
DamianEdwards added a commit that referenced this issue Feb 9, 2015
DamianEdwards added a commit that referenced this issue Feb 9, 2015
DamianEdwards added a commit that referenced this issue Feb 10, 2015
DamianEdwards added a commit that referenced this issue Feb 10, 2015
DamianEdwards added a commit that referenced this issue Feb 10, 2015
DamianEdwards added a commit that referenced this issue Feb 10, 2015
DamianEdwards added a commit that referenced this issue Feb 10, 2015
DamianEdwards added a commit that referenced this issue Feb 10, 2015
DamianEdwards added a commit that referenced this issue Feb 10, 2015
DamianEdwards added a commit that referenced this issue Feb 10, 2015
DamianEdwards added a commit that referenced this issue Feb 16, 2015
DamianEdwards added a commit that referenced this issue Feb 16, 2015
DamianEdwards added a commit that referenced this issue Feb 16, 2015
DamianEdwards added a commit that referenced this issue Feb 16, 2015
DamianEdwards added a commit that referenced this issue Feb 16, 2015
DamianEdwards added a commit that referenced this issue Feb 16, 2015
DamianEdwards added a commit that referenced this issue Feb 16, 2015
DamianEdwards added a commit that referenced this issue Feb 16, 2015
DamianEdwards added a commit that referenced this issue Feb 16, 2015
DamianEdwards added a commit that referenced this issue Feb 16, 2015
DamianEdwards added a commit that referenced this issue Feb 16, 2015
DamianEdwards added a commit that referenced this issue Feb 16, 2015
DamianEdwards added a commit that referenced this issue Feb 16, 2015
DamianEdwards added a commit that referenced this issue Feb 17, 2015
DamianEdwards added a commit that referenced this issue Feb 17, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants