Skip to content

Commit

Permalink
fix embedded puzzle
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Mar 18, 2015
1 parent 15e6e60 commit 16466d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/views/puzzle/embed.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
@daily.color.fold(trans.whitePlays, trans.blackPlays)()
</div>
</div>
<script src="http://code.jquery.com/jquery-2.1.3.min.js"></script>
@jsTag("vendor/chessground.min.js")
@jsTagCompiled("puzzle.js")
@base.ga()
Expand Down
2 changes: 1 addition & 1 deletion bin/prod/compile-client
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

mkdir -p public/compiled

for file in tv.js big.js chart2.js user.js coordinate.js; do
for file in tv.js puzzle.js big.js chart2.js user.js coordinate.js; do
orig=public/javascripts/$file
comp=public/compiled/$file
if [[ ! -f $comp || $orig -nt $comp ]]; then
Expand Down

0 comments on commit 16466d4

Please sign in to comment.