Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jjwatt
Copy link

@jjwatt jjwatt commented Jan 20, 2014

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"

This give slightly better file handling to loadFiles.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant