davidjamesstone / superviews.js

Template engine targeting incremental-dom
http://davidjamesstone.github.io/superviews.js/playground/
246 stars 15 forks source link

added --es6 flag to bin/cmd.js to support es6 style exporting #3

Closed andyrj closed 8 years ago

andyrj commented 8 years ago

not sure if this is how you would have done it but I added this for my own use and wanted to contribute it back to you if you think it might be useful for others.

Nice work on this project btw!

andyrj commented 8 years ago

forgot about the necessary import statements for incremental-dom... I am closing this pull request to open one that is correct