We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15172ca commit fba1b3dCopy full SHA for fba1b3d
README.md
@@ -1,5 +1,15 @@
1
# webflow-scripts
2
3
+Scripts used by pages on main site on Webflow.
4
+
5
+Some scripts are imported globally. See usage here:
6
+https://webflow.com/dashboard/sites/dxe/custom-code
7
8
+Other scripts may be specific to a single page.
9
10
+Note that some logic is duplicated across scripts for it to be available in
11
+multiple pages. For example, the home page and events page both load events.
12
13
## Updating scripts
14
1. ```npm install``` to install deps.
15
2. Edit scripts in **src** directory.
0 commit comments