Skip to content

Commit

Permalink
Merge pull request #1 from cthorne66/master
Browse files Browse the repository at this point in the history
Adding visibility to files and ability to debug scripts loaded via this plugin in the developer tools, like any other script files
  • Loading branch information
jensarps committed Jul 22, 2013
2 parents 93a35cc + d90b20a commit c86488f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cache.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions cache.uncompressed.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ define(function () {
load.fromText(name, cached);
} else {
cache.get(url, function (content) {
content += '\n //@ sourceURL='+name;
load.fromText(name, content);

// can't just fall through here, as we
Expand Down

0 comments on commit c86488f

Please sign in to comment.