Skip to content

Commit

Permalink
SVG support
Browse files Browse the repository at this point in the history
  • Loading branch information
paf31 committed May 13, 2015
1 parent 01b7b12 commit 30755ea
Show file tree
Hide file tree
Showing 4 changed files with 647 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ module.exports = function(grunt) {
"src/Thermite/Html.purs",
"src/Thermite/Html/Attributes.purs",
"src/Thermite/Html/Elements.purs",
"src/Thermite/SVG.purs",
"src/Thermite/SVG/Attributes.purs",
"src/Thermite/Events.purs"
],
dest: "docs/README.md"
Expand Down
Loading

0 comments on commit 30755ea

Please sign in to comment.