Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
copy js folder to the output folder
  • Loading branch information
moritz committed Sep 26, 2014
1 parent 713089c commit 24c0a75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/build-project-list.pl
Expand Up @@ -40,6 +40,7 @@
unless ($output_dir eq './') {
system("cp $_.png $output_dir") for @MEDALS;
system("cp fame-and-profit.html $output_dir");
system("cp -r js $output_dir");
}

$p6p->write_json('proto.json');
Expand Down

0 comments on commit 24c0a75

Please sign in to comment.