cfpb / regulations-site

(DEPRECATED) Web interface for viewing U.S. federal regulations and other regulatory information
Other
28 stars 43 forks source link

Update README to include front-end building instructions #698

Closed cmc333333 closed 9 years ago

cmc333333 commented 9 years ago

Right now, the readme implies that the app works after ./bin/django runserver, but that's not accurate since the JS files need to be built. Notably:

[25/Mar/2015 19:30:46] "GET /static/regulations/js/built/regulations.min.js HTTP/1.1" 404 1721

As building the JS is required now, can "quick start" build instructions be added?

grapesmoker commented 9 years ago

I will do that tomorrow. On Mar 25, 2015 8:34 PM, "CM Lubinski" notifications@github.com wrote:

Right now, the readme implies that the app works after ./bin/django runserver, but that's not accurate since the JS files need to be built. Notably:

[25/Mar/2015 19:30:46] "GET /static/regulations/js/built/regulations.min.js HTTP/1.1" 404 1721

As building the JS is required now, can "quick start" build instructions be added?

— Reply to this email directly or view it on GitHub https://github.com/cfpb/regulations-site/issues/698.

KimberlyMunoz commented 9 years ago

Fixed in #701