DOMly icon indicating copy to clipboard operation
DOMly copied to clipboard

Browserify support

Open devel-pa opened this issue 9 years ago • 2 comments

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 avatar Apr 06 '15 15:04 devel-pa

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

lazd avatar Apr 06 '15 15:04 lazd

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

devel-pa avatar Apr 06 '15 16:04 devel-pa