Hacker News new | ask | show | jobs
by KJBweb 4865 days ago
I'm struggling to understand what it means by "copy and paste the compiled seer.min.js" into a google doc and that's it.

All I get is either the file path if I use Ctrl+C and Ctrl+V or I get presented with all the JS if I try and drag it into a blank doc.

Does this need to be a spreadsheet or something?

1 comments

> All I get is either the file path if I use Ctrl+C and Ctrl+V or I get presented with all the JS if I try and drag it into a blank doc.

It sounds as though you are copying the file manager listing for the file, rather than the file's contents. If so:

1. Open the source document in any convenient text editor.

2. Press Ctrl+A to select all the text in the document.

3. Pres Ctrl+C to copy the document's contents onto your system clipboard.

4. Move to the destination document or Web page.

5. Press Ctrl+V to paste the clipboard contents into the destination.