addyosmani / backbone-fundamentals

:book: A creative-commons book on Backbone.js for beginners and advanced users alike

Home Page:http://addyosmani.github.io/backbone-fundamentals/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connect to database Open String Error (Easy fix)

JBRPG opened this issue · comments

I have noticed under the section "Connect to database", there is an open string error that is hard to miss and it has to be fixed.

//Where to serve static content
app.use( express.static( path.join( application_root, '../', site') ) ); // NEEDS QUOTE CLOSED

PR #723 submitted.