Skip to content

Commit

Permalink
Build results of b497ca9 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Jul 7, 2015
1 parent b796e77 commit 10312de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Revision history for Asset-Pack

0.000001 2015-07-07T09:52:24Z 16a0541
0.000001 2015-07-07T09:54:20Z b497ca9
- Initial release.
2 changes: 1 addition & 1 deletion t/find_and_pack.t
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ path( $temp, 'assets' )->mkpath;
path( $temp, 'lib' )->mkpath;
path( $temp, 'assets', 'example.js' )->spew_raw(<<'EOF');
( function() {
alert("this is javascript!");
alert("this is javascript!");
} )();
EOF

Expand Down

0 comments on commit 10312de

Please sign in to comment.