rh / lodash-rails

lodash for the Rails asset pipeline
MIT License
75 stars 10 forks source link

lodash permission issue #6

Closed grace-liujing closed 9 years ago

grace-liujing commented 9 years ago

Hi there, currently we encountered an permission issue in lodash-rails. After investigation, we found the permission of lodash.js is 640, but sometimes there are other users need to read that file. Maybe 644 is better.

rh commented 9 years ago

I changed the permissions to 644. It's in the new 3.10.1 version.