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
Copy file name to clipboardExpand all lines: docs/_docs/17-javascript.md
+15
Original file line number
Diff line number
Diff line change
@@ -64,3 +64,18 @@ To get started:
64
64
{: .notice--warning}
65
65
66
66
If all goes well, running `npm run build:js` will compress/concatenate `_main.js` and all plugin scripts into `main.min.js`.
67
+
68
+
## Debugging
69
+
The minified Javascript is harder to debug in the browser than the raw source. To stop the minification and just bundle all the Javascript as-is; open up `package.json` and edit the value `scripts.uglify` from:
0 commit comments