Skip to content

Commit

Permalink
adding .svn folders to gitignore and the publish prune
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Sep 9, 2010
1 parent 1e0419a commit cffb3e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
.svn/
publish/
build/buildinfo.properties

4 changes: 3 additions & 1 deletion build/build.xml
Expand Up @@ -30,6 +30,7 @@
<exclude name=".gitignore"/>
<exclude name="README.markdown"/>
<exclude name="**/.git/**"/>
<exclude name="**/.svn/**"/>
<exclude name="**/build/**"/>
<exclude name="**/test/**"/>
<exclude name="**/demo/**"/>
Expand Down Expand Up @@ -179,6 +180,7 @@
</target>

<target name="text" depends="current-number,clean,rev,copy,usemin,scripts,css,html,htmlcompress" description="Concats files, runs YUI Compressor on them and makes magic happen."/>
<target name="build" depends="current-number,clean,rev,copy,usemin,scripts,css,html,htmlcompress,imagespng,imagesjpg" description="Concats files, runs YUI Compressor, optimizes images. There is much rejoicing."/>
<target name="build" depends="current-number,clean,rev,copy,usemin,scripts,css,html,imagespng,imagesjpg" description="Concats files, runs YUI Compressor, optimizes images. There is much rejoicing."/>
<target name="minify" depends="current-number,clean,rev,copy,usemin,scripts,css,html,htmlcompress,imagespng,imagesjpg" description="Concats files, runs YUI Compressor, optimizes images. There is much rejoicing."/>

</project>

0 comments on commit cffb3e6

Please sign in to comment.