Skip to content

Commit fba1b3d

Browse files
authored
Add high level context to README
1 parent 15172ca commit fba1b3d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# webflow-scripts
22

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+
313
## Updating scripts
414
1. ```npm install``` to install deps.
515
2. Edit scripts in **src** directory.

0 commit comments

Comments
 (0)