symfony 2 REST and JS (ember.js) client -
i made simple rest api bundle symfony 2 , want use ember.js client. made new bundle (clientbundle). should put js files?
- the clientbundle/resources folder under public/js?
- app/web under public folder
- somewhere else
what best practice / favourite folder structure?
the best practice put client code separate repository , use js specific tools development.
just because can put them single repository doesn't mean should. imagine mess repository become if/when add other clients android, ios, , on.
Comments
Post a Comment