Files
Jacek Pyziak ca19318e50 Update FTP and SFTP configurations, optimize CSS, and enhance SCSS settings
- Changed FTP host and password in .vscode/ftp-kr.json and .vscode/sftp.json
- Enabled auto-upload in FTP configuration
- Minified CSS in custom.css for performance improvements
- Updated custom.css.map to reflect changes in custom.scss
- Refactored custom.scss for better readability and maintainability
- Added new settings to .vscode/settings.json for live Sass compilation
2025-09-14 22:01:13 +02:00

13 lines
296 B
JSON

{
"name": "host117523.hostido.net.pl",
"host": "host117523.hostido.net.pl",
"protocol": "ftp",
"port": 21,
"username": "www@kontrans.cmspro.it",
"password": "WrXTJaskW9BAH4aLDwhy",
"remotePath": "/public_html/",
"uploadOnSave": false,
"useTempFile": false,
"openSsh": false
}