Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: load all JS files from node_modules #1518

Merged
merged 1 commit into from
Dec 26, 2022
Merged

Docs: load all JS files from node_modules #1518

merged 1 commit into from
Dec 26, 2022

Commits on Dec 26, 2022

  1. Docs: load all JS files from node_modules

    We load 3 JS files:
    
    1. bootstrap.min.js
    2. application.js (which has clipboard and the application code)
    3. list.js (which has list.js)
    
    All 3 JS files are loaded asynchronously.
    
    In the future, if we need to call Bootstrap through its API, we might need to adapt the bundles.
    XhmikosR committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    26a51d6 View commit details
    Browse the repository at this point in the history