mikeal / node.couchapp.js

Utility for writing couchapps.
Apache License 2.0
406 stars 78 forks source link

Fix loadFiles to allow multiple periods in file names. #84

Open jjwatt opened 10 years ago

jjwatt commented 10 years ago

This give slightly better file handling to loadFiles.

The existing code won't load files named with multiple "." properly. Something like "stuff.here.js" ends up with prop = "stuff". This will at least make it prop = "stuff.here"