Skip to content

Commit

Permalink
build script. fix up a few dependency breaks. Lesson learned: ant dep…
Browse files Browse the repository at this point in the history
…ends implies ORDER, not just dependency.
  • Loading branch information
paulirish committed Jan 24, 2011
1 parent 78f4ec5 commit 15b3282
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
</target>


<target name="-copy" depends="-load-build-info, -clean, -rev">
<target name="-copy" depends="-load-build-info">
<!-- This is a private target -->

<echo message="Copying over new files..."/>
Expand Down Expand Up @@ -563,7 +563,7 @@


<!-- CSS -->
<target name="-css" depends="-copy" description="Concatenates and Minifies any stylesheets listed in the file.stylesheets property">
<target name="-css" description="Concatenates and Minifies any stylesheets listed in the file.stylesheets property">
<echo message="Minifying css..."/>

<concat destfile="./${dir.publish}/${dir.css}/style-${build.number}.css">
Expand Down
2 changes: 1 addition & 1 deletion demo/elements.html
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ <h4>Tables</h4>
<td>1970</td>
<td>$12.00</td>
</tr>
<tbody>
</tbody>
</table>
<p>
I am <a href="http://devkick.com/lab/tripoli/sample.php?abc123">the a tag</a> example<br>
Expand Down

0 comments on commit 15b3282

Please sign in to comment.