Skip to content

Commit 2a184d4

Browse files
committed
V8 Runtime is now the default
1 parent 97a852c commit 2a184d4

File tree

3 files changed

+1018
-1035
lines changed

3 files changed

+1018
-1035
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@ The `dist` directory contains the bundled code that is pushed to Google Apps Scr
5656

5757
![Google Apps Script - Setup Development Environment](images/npm-install.gif)
5858

59-
#### Enable JavaScript v8 Runtime
60-
61-
Inside the Google Apps Script editor, select View > Show project manifest to open the `appsscript.json` manifest file in the editor. Add a new `runtimeVersion` field and set the value to `V8`. Save your script.
62-
63-
![Google Apps Script - v8 Runtime](images/apps-script-v8.png)
64-
6559
### The .claspignore file
6660

6761
The `.claspignore` file allows you to specify file and directories that you do not wish to upload to your Google Apps Script project via `clasp push`.

0 commit comments

Comments
 (0)