- 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
13 lines
296 B
JSON
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
|
|
}
|