radiegtya / meteoris2

a Realtime Javascript Boilerplate base on Meteor Js Framework
MIT License
246 stars 45 forks source link

yeoman, grunt, bower --> web components e.g. with Google's Polymer #18

Closed dillongreen closed 9 years ago

dillongreen commented 9 years ago

why not shift this scaffolding into a yeoman generator such as https://github.com/Pent/generator-meteor ? This way one could use all the benefits of grunt, yo, bower as well. That makes especially sense on the upcoming web components revolution e.g. if one would use Meteor + Polymer for example.

radiegtya commented 9 years ago

This is a good idea, I'll mark this as enhancement when I have time.

radiegtya commented 9 years ago

This is a good idea but it will make meteoris to be reworked almost every code. So anyone willing to help are welcome.

MercedesAMG1 commented 9 years ago

Why oh why oh why

read this first ...

http://blog.keithcirkel.co.uk/why-we-should-stop-using-grunt/

ssteinerx commented 9 years ago

I think using a more template-like syntax for the boilerplate would be helpful (right now it is just a search for "replace"), but I agree with @MercedesAMG1 -- overcomplicating this simple tool with grunt et al. would add an unnecessary level of complexity to a very simple tool.

radiegtya commented 9 years ago

I'll close this for now.