lazd / DOMly

The fast template system that creates and clones DOM nodes
MIT License
53 stars 9 forks source link

Browserify support #30

Open devel-pa opened 9 years ago

devel-pa commented 9 years ago

I test it just if compiles, not integrated in a project, yet.

https://github.com/Shimballa/node-domlyfy

    "browserify": {
        "transform": [
          [
            "domlyfy",
            {
              "precompilerOptions": {
                "stripWhitespace": true
              }
           }
          ]
        ]
     }
lazd commented 9 years ago

@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.

devel-pa commented 9 years ago

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 :)