Skip to content

Commit

Permalink
Add fast click resolution and update build file
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysiekpiasecki committed Jun 1, 2016
1 parent 2f1a469 commit 5124208
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"animate.css": "^3.5.1"
},
"resolutions": {
"jquery": "^2.2.3"
"jquery": "^2.2.3",
"fastclick": "^1.0.6"
}
}
6 changes: 3 additions & 3 deletions build.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<!-- ============================================ -->
<target name="install" depends="build">
<echo msg="Installing assets ... Wait for a moment" />
<exec command="bower install" />
<exec command="bower install" passthru="true" />
<echo msg="Done ..." />
</target>

Expand All @@ -31,7 +31,7 @@
<!-- ============================================ -->
<target name="update" depends="build">
<echo msg="Updating assets ... Wait for a moment" />
<exec command="bower update" />
<exec command="bower update" passthru="true" />
<echo msg="Done ..." />
</target>
</project>
</project>

0 comments on commit 5124208

Please sign in to comment.