Skip to content

Commit

Permalink
add bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dashed committed Oct 2, 2013
1 parent b80a036 commit 9e0f0ea
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
23 changes: 23 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "mathjax-lazyload",
"version": "1.0.1",
"homepage": "https://github.com/Dashed/mathjax-lazyload",
"authors": [
"Alberto <[email protected]>"
],
"description": "Delays loading of MathJax Tex elements",
"main": "./dist/mathjax-lazyload.min.js",
"keywords": [
"mathjax",
"lazyload",
"tex"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
4 changes: 4 additions & 0 deletions demos/index_prod.html
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,10 @@
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>

<script type="text/javascript">
//MathJax.HTML.setScript = function() {console.log("override!!");return null;}
</script>

<script src="../dist/mathjax-lazyload.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>

Expand Down

0 comments on commit 9e0f0ea

Please sign in to comment.