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

closed css tags don't get replaced #920

Closed
Benjaminsson opened this issue Jan 18, 2012 · 1 comment
Closed

closed css tags don't get replaced #920

Benjaminsson opened this issue Jan 18, 2012 · 1 comment
Labels
Milestone

Comments

@Benjaminsson
Copy link

Took me a while to figure out why the build script didn't replace the css-tags with new one with the new hashed name. When i removed the closing slash it worked. Not sure if it is a bug or not but i couldn't find anything about it in the documentation and i didn't get any warnings.

To be clear. I changed this:
<link rel="stylesheet" href="css/style.css" />
to this:
<link rel="stylesheet" href="css/style.css">
and it worked

@roblarsen
Copy link
Member

The regular expression we're using isn't designed to catch the closing slash. It wouldn't warn, it simply wouldn't find anything.

kblomqvist added a commit to muiku/h5bp-zendframework that referenced this issue Jan 19, 2012
kennyadsl added a commit to nebulab/html5-boilerplate that referenced this issue Jan 24, 2012
roblarsen pushed a commit to roblarsen/html5-boilerplate that referenced this issue Jan 28, 2012
roblarsen pushed a commit to roblarsen/html5-boilerplate that referenced this issue Jan 28, 2012
sengeezer pushed a commit to sengeezer/html5-boilerplate that referenced this issue Apr 16, 2012
sengeezer pushed a commit to sengeezer/html5-boilerplate that referenced this issue Apr 16, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants