Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Help With CSS Changes and Gulp
#11
Thank you!

Changing permissions worked. The thumb-gen.php file permissions were 644, as were lots of other files. I tried to change the permission through Filezila, but there were 'permission denied' erorrors so I went in through SSH and just changed everything in /var/www to 755 by going to /var/ and entering:

Code:
sudo chown -R pi:pi www
sudo chmod -R 755 www

I imagine that it might be better practice to use one build to generate the minified CSS and just transfer that to my primary build, but if I just have to change permissions after a Gulp build, that is fine too.

Considering that I am the only user of this pi, is there any risk to changing all of the permissions of /var/www to 755?
Reply


Messages In This Thread
Help With CSS Changes and Gulp - by jener8tionx - 09-15-2022, 01:23 AM
RE: Help With CSS Changes and Gulp - by Nutul - 09-15-2022, 10:37 AM
RE: Help With CSS Changes and Gulp - by bitlab - 09-16-2022, 12:48 PM
RE: Help With CSS Changes and Gulp - by jener8tionx - 09-18-2022, 07:52 PM

Forum Jump: