radiegtya / meteoris2

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

boilerplates in general #21

Closed MercedesAMG1 closed 9 years ago

MercedesAMG1 commented 9 years ago

as with any boilerplate make sure you have not forgotten any fields before you have done any styling changes because the generator will override all your work(just a comment) LOL

radiegtya commented 9 years ago

Can you explain more detail about this? I can't understand what you mean. Thanks

ssteinerx commented 9 years ago

Meaning that if you make changes, then regenerate the code to e.g. add a field, your changes will be lost unless you make them in a file not overwritten by the generator. Making this a true "two way tool" is a big job and probably won't happen.

radiegtya commented 9 years ago

I think the solution is just separate/choose what will be generated. Is it views/controllers/collections/router/server. So User are able to choose which one should be generated. Because I think most customized code are only in "views" and "controller" part.

Btw I'll mark this as enhancement.

Thanks @MercedesAMG1 & @ssteinerx .

radiegtya commented 9 years ago

This has been fixed at latest meteoris update 0.9.6.

Please try it, I'll close this for now. Just reopen it if you find any bug.

Thanks