appharbor not deploying static files - appharbor

I have some fonts and other static file that app harbor is not deploying. I can tell it is not deploying because when I go to my site and look at the network tab in dev tools it shows a 404 for the font requests.
I know they are being copied over because in the app harbor build output file it states that
Copying file from "D:\temp\2a4lm22o.yq0\input\foo.Web\foo.Mobile\Content\fonts\flat-ui-icons-regular.svg" to "D:\temp\2a4lm22o.yq0\output\Content\fonts\flat-ui-icons-regular.svg".
Copying file from "D:\temp\2a4lm22o.yq0\input\foo.Web\foo.Mobile\Content\fonts\flat-ui-icons-regular.eot" to "D:\temp\2a4lm22o.yq0\output\Content\fonts\flat-ui-icons-regular.eot".
Copying file from "D:\temp\2a4lm22o.yq0\input\foo.Web\foo.Mobile\Content\fonts\flat-ui-icons-regular.ttf" to "D:\temp\2a4lm22o.yq0\output\Content\fonts\flat-ui-icons-regular.ttf".
Copying file from "D:\temp\2a4lm22o.yq0\input\foo.Web\foo.Mobile\Content\fonts\flat-ui-icons-regular.woff" to "D:\temp\2a4lm22o.yq0\output\Content\fonts\flat-ui-icons-regular.woff"
for these fonts I also have set the build action to content and the copy to output directory to copy always, but still nothing.
any help would be appreciated in troubleshooting the issue would be appreciated. Thank you so much.

I couldnt get appharbor to recoginize the fonts, so i just uploaded them to AMAZON S3 and referenced them from my scripts.

Related

VScode: how to setup for local edit and ftp-deplyment

I used to use Dreamweaver. I've a huge Classic ASP website. I edit the files on my local system, and when done, I can upload the file(s) via ftp to the remote webserver. Now, I try to switch to VSCode. I've installed ftp-simple, ftp-sync and deploy. But can't find the set-up to get a Dreamweaver like behaviour. Eg, I have to locate for each file I want to upload/deploy, the exact location in the remote file tree.
I really feel like deploy deserves more attention. I spent the past 4 days or so to find an extension that does just that. Auto-upload to an ftp-folder from a local folder. I wanted to make git work for my website, but couldn't get that to work on the server with ftp-simple or ftp-sync because those extensions only download the opened files or open in a different temporary folder each time. I set up deploy now and got exactly what I wanted thanks to your tiny comment, thank you!
(I'm sorry if this post is too old to comment on, but I browsed Stack overflow for days to find this, so I thought it might help others in the future to point this out.)
it sounds like your just missing your mapping configuration. Most text editor FTP packages include a configuration file where you specify the server, your credentials, and the root folder of your ftp server. Have you specified this?

Files uploaded via FTP aren't showing changes on Squarespace Developer Mode

My squarespace site is in developer mode. I download files, like the .region, .less, and .conf files and edit them locally. I upload these files and expect to see a change on the squarespace site.
Up until yesterday this was working, then I made a mistake in one of the LESS files and got an error about incorrectly parsed JSON in the .conf file where the LESS file was included. I got a whole ton of errors from this, and have since then fixed both the LESS file and the .conf file.
However, the issue is that my squarespace site is now not registering that any changes have been uploaded, despite the fact that my FTP files are successfully being uploaded and downloaded from the FTP server.
I have also not seen any updates to my Git on the developer mode tab since this error was registered.
My question is how to fix this, and how to start seeing edits done locally to region, etc, files again.
You can try to turn off the developer mode and then turn it on back.

I downloaded my website files using filezilla from remote site to edit. But I can't locate it on my machine.

I had a few bugs in my code for a website and i need to download all the files of the website to my development machine for editing. I did so in Filezila by clicking on the root folder on the remote site and took the download option. It finished downloading but i couldn't locate it on the local machine.
I know my question may be stupid but please help cuz i am new to this?
Thanks
If you look at the bottom of the filezilla you have three tabs after the console log that is 1) Queued files 2) Failed transfer 3) Successful transfers
Again download the file and after download has complete click on Successful transfers option and there you would find the log and path where your files are downloaded.
Your download path appears here:

I have completed my site in dreamweaver, Do i just upload my root folder to my host now?

So as the title says, I have completed my site for my first client in Dreamweaver ( still studying in college ), Do i just upload it to their hosting site of choice and will all the links work? I know how to upload just curious about how the links like images and my root folder will stay in tact.
Yes, Generally, they will. You can try it for yourself and see. As long as your refering to the images relative to your file.
Upload all your files to your live server's 'htdocs' or 'public-html' folder. All your links should work fine, if done properly. As far as you move all your folders (images, css, etc) to the live server everything will work.
Dreamweaver doesn't require any special thing or configuration before deploying, you can even deploy directly from Dreamweaver to be super sure nothing breaks while deploying to the production server.

After copying the whole folder, they wont show up

I've been working on a website by building it on Joomla. I built it locally with XAMPP and today I copied the files to the directory on the FTP to publish the website and went to the admin panel and there are no plugins or templates, this is weird because I copied the whole folder and imported the database. Already did this twice but it seems to be another error than copy error.
Attention:
I did not install the template and plugins after getting the joomla online, I just copied it to the ftp
Your best bet is to use a tool like Akeeba Backup. This will automate the process and resolve most common issues when moving a Joomla site.

Resources