Skip to content

Commit

Permalink
includes pull request h5bp#923 changes from muiku/h5bpgh-920
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyadsl committed Jan 24, 2012
1 parent 6473b52 commit e5a2b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@

<echo message="Updating the HTML with the new css filename: ${style.css}"/>

<replaceregexp match="&lt;link rel=['&quot;]?stylesheet['&quot;]?\s+href=['&quot;]?(.*)/${file.root.stylesheet}(?:\?.*)?['&quot;]?\s*&gt;|&lt;link href=['&quot;]?(.*)/${file.root.stylesheet}(?:\?.*)?['&quot;]?\s+rel=['&quot;]?stylesheet['&quot;]?\s*&gt;"
<replaceregexp match="&lt;link rel=['&quot;]?stylesheet['&quot;]?\s+href=['&quot;]?(.*)/${file.root.stylesheet}(?:\?.*)?['&quot;]?\s*/?&gt;|&lt;link href=['&quot;]?(.*)/${file.root.stylesheet}(?:\?.*)?['&quot;]?\s+rel=['&quot;]?stylesheet['&quot;]?\s*/?&gt;"
replace="&lt;link rel='stylesheet' href='\1\2/${css.sha}.css'&gt;" flags="m">
<fileset dir="${dir.intermediate}" includes="${page-files}"/>
</replaceregexp>
Expand Down

0 comments on commit e5a2b21

Please sign in to comment.