Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tomhodgins
Created June 5, 2020 17:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomhodgins/5d45907341b61f317e067341ccc096ac to your computer and use it in GitHub Desktop.
Save tomhodgins/5d45907341b61f317e067341ccc096ac to your computer and use it in GitHub Desktop.
A way
/* Load JS without check */
@--script url(./path/to/plugin.js);
/* Check for name in global object before loading JS */
@--script 'plugin' url(./path/to/plugin.js);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment