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

when two page have the same css file, the grunt-cache-bust.json DO NOT contain the css file #166

Closed
dukai opened this issue Oct 30, 2015 · 2 comments
Labels
Milestone

Comments

@dukai
Copy link

dukai commented Oct 30, 2015

HTML file one:

<html>
<head>
<link rel="stylesheet" type="text/css" href="../css/item.css" />
</head>
</html>

HTML file two:

<html>
<head>
<link rel="stylesheet" type="text/css" href="../css/item.css" />
</head>
</html>

The css file item.css does not exist in grunt-cache-bust.json

@benhoIIand
Copy link
Owner

Very strange. Thanks for the heads up

@benhoIIand benhoIIand added this to the v1.0.0 milestone Jan 7, 2016
@benhoIIand benhoIIand added the bug label Jan 8, 2016
@benhoIIand
Copy link
Owner

I've tested this in feature/v1.0.0-beta branch and is working fine. See #147 for me details.

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

2 participants