Skip to content

Commit

Permalink
Fixing build.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtabor committed Jan 17, 2025
1 parent 1738649 commit e3f84f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
<zip destfile="${dest.dir}/${ant.project.name}.zip" whenempty="fail" defaultexcludes="true">
<fileset dir="." includes="*.html, manifest, doc.html"/>
<zipfileset dir="js" prefix="js" includes="*.js"/>
<zipfileset dir="css" prefix="css" includes="*.css, images/**"/>
<zipfileset dir="fonts" prefix="fonts"/>
<zipfileset dir="visualizer" prefix="visualizer"/>
</zip>
<antcall target="postzip"/>
Expand Down

0 comments on commit e3f84f6

Please sign in to comment.