ericclemmons / grunt-angular-templates

Grunt build task to concatenate & pre-load your AngularJS templates
MIT License
710 stars 107 forks source link

Split into Grunt task and NPM module #59

Open sporto opened 11 years ago

sporto commented 11 years ago

Please consider splitting this plug-in into an NPM module and the Grunt plug-in itself. In this way it can be used without having to use Grunt if desired.

ericclemmons commented 11 years ago

I agree. There's been some discussion on the twitters today, so I think it'll be no problemo!

ericclemmons commented 10 years ago

Going to resolve a couple of bugs before I split it off...

ericclemmons commented 10 years ago

Ok, fixed the primary issues, so I can bust out the compiler now!

steffenmllr commented 10 years ago

I started making a standalone tool because I needed it in my build process. It uses used some/most of your testsuite and parts of your readme. https://github.com/mllrsohn/angular-html2js

Just wanted to say thanks :) Your plugin was the only one that actually worked

mren commented 10 years ago

Any updates on this? I would love to use your compiler as a standalone program from the command line.

mren commented 10 years ago

@steffenmllr Very cool, that you extracted the logic from the grunt project. As far as I can see you only made changes to your tool in Jan and it is not on npm. Are you planning to continue to work on angular-html2-js?

danwdart commented 8 years ago

I'd add - also a CLI would be massively helpful