Skip to content

Commit

Permalink
twbs#614 changed replace directory to intermediate
Browse files Browse the repository at this point in the history
  • Loading branch information
chuanxshi committed Jul 23, 2011
1 parent 8512843 commit 529f824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0"?>
<!DOCTYPE project>
<project name="Boilerplate Build" default="build" basedir="../"> <!-- one back since we're in build/ -->

Expand Down Expand Up @@ -705,7 +705,7 @@
<target name="-css-remove-concatenated-stylesheets">
<echo>Removing ${css_file} from html</echo>
<replaceregexp match="&lt;link.+href=&quot;.*${css_file}&quot;.*&gt;" replace=" ">
<fileset dir="${dir.publish}" includes="${page-files}"/>
<fileset dir="${dir.intermediate}" includes="${page-files}"/>
</replaceregexp>
</target>

Expand Down

0 comments on commit 529f824

Please sign in to comment.