UNPKG

ultimate-jekyll-manager

Version:
17 lines (12 loc) 343 B
// Import the theme entry point import bootstrap from './js/index.umd.js'; // Make Bootstrap available globally window.bootstrap = bootstrap; // Log that we've MADE IT /* @dev-only:start */ { console.log('Bootstrap theme loaded successfully (assets/themes/bootstrap/_theme.js)'); } /* @dev-only:end */ // Add any custom code here // ...