Re: AngularJS and Pyramid: Directory Structure

2013-07-29 Thread Jens W. Klein
On 2013-07-25 22:00, Raoul Snyman wrote: Hi folks, I'm starting a project using AngularJS, and I was wondering what others using AngularJS do for directory structure? Do you follow the app/, etc. directories used by AngularJS? I started with my own directory structure, but things don't seem to

AngularJS and Pyramid: Directory Structure

2013-07-25 Thread Raoul Snyman
Hi folks, I'm starting a project using AngularJS, and I was wondering what others using AngularJS do for directory structure? Do you follow the app/, etc. directories used by AngularJS? I started with my own directory structure, but things don't seem to want to work nicely. I'm trying to use

Re: AngularJS and Pyramid: Directory Structure

2013-07-25 Thread Randall Leeds
I use this: /project README.rst setup.py /package /js /css /lib module.py othremodule.py __init__.py The reason I put the js code inside the Python package is so that I can refer to them with asset specifications when generating routes. I put the third party libs, such