You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note : The first time you create a new file remember to register it's dev version (`npm run register -- register --version=dev --file=test.js `, which will automatically register the localhost url) then you can switch to that dev version whenever you want to start development and see changes live.
42
+
43
+
35
44
```bash
36
45
npm run register -- register --version=<version> --file=<filename>
37
46
```
@@ -44,29 +53,19 @@ Attach a script to a Webflow page.
44
53
npm run set -- attach --pageId <pageId> --file <filename> --version <version> --location <location>
45
54
```
46
55
56
+
For the `Set command` to take effect you have to deploy the site from your designer
57
+
58
+
47
59
### Unset
48
60
49
61
Detach a script from a Webflow page.
50
62
51
63
```bash
52
64
npm run unset -- detach --pageId <pageId> --file <filename>
0 commit comments