DOMly
DOMly copied to clipboard
Browserify support
I test it just if compiles, not integrated in a project, yet.
https://github.com/Shimballa/node-domlyfy
"browserify": {
"transform": [
[
"domlyfy",
{
"precompilerOptions": {
"stripWhitespace": true
}
}
]
]
}
@devel-pa good stuff! It would be great if you tested and maintained this, though I'm not sure what the demand is like now.
I don't know about the demand as everybody runs today to Angular and React. As for myself I'm in search of a good templating stuff for Backbone stack, as I think the render method is what brings it down in term of performance. I'll try to maintain domlyfy, but it was just 10 minutes play. I hope you'll not deprecate DOMly too soon :)