nickberens360 / atomic-docs

Front end code documentation generator. http://atomicdocs.io/
GNU General Public License v3.0
780 stars 92 forks source link

File permissions #53

Open melanieceraso opened 6 years ago

melanieceraso commented 6 years ago

After creating a new component, I often use an editor to write the scss and markup without using the browser window. I continually have to edit the individual file permissions to allow all to read and write the files. Is there an easier way to just have it set these permissions right off the bat when you create the component?

nickberens360 commented 6 years ago

@melanieceraso I haven't encountered that problem. Let me do some digging and get back to you

nickberens360 commented 6 years ago

@melanieceraso I am unable to reproduce this. Have you tried tried changing the file permissions at the root of your project?

melanieceraso commented 6 years ago

I have done that... and I did it just now again. Created a new component and when I try to open the file through my editor (RubyMine) it tells me it's not writeable...

screen shot 2018-02-27 at 2 04 35 pm

So it seems like setting the permissions at the root works... but once I create anything new, it doesn't inherit the permissions set at root.

:\ It's not a show-stopper... but I was just wondering if there was an easy fix.

nickberens360 commented 6 years ago

@melanieceraso yeah that's definitely not great though. I'll keep digging