Nothing Special   »   [go: up one dir, main page]

Skip to content

Commit

Permalink
Merge pull request #11 from pfefferle/master
Browse files Browse the repository at this point in the history
added a "loader" to be more composer friendly. thanks @pfefferle!
  • Loading branch information
tantek committed Feb 18, 2014
2 parents 5ac1c46 + 7ee48fd commit b9ec714
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions cassis-loader.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?php
ob_start();
include 'cassis.js';
ob_end_clean();
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tantek/cassis",
"autoload": {
"files": ["cassis.js"]
"files": ["cassis-loader.php"]
}
}
1 change: 1 addition & 0 deletions contributors.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ Signed: name, http URL, date (ISO8601, ordinal preferred)
* Joel Franusic, http://joel.franusic.com, 2011-004
* Edward O'Connor, http://edward.oconnor.cx, 2011-004
* Barnaby Walters, http://waterpigs.co.uk, 2012-242
* Matthias Pfefferle, http://notizblog.org, 2013-170
* ...

0 comments on commit b9ec714

Please sign in to comment.