ultimate-jekyll-manager
Version:
Ultimate Jekyll dependency manager
17 lines (12 loc) • 343 B
JavaScript
// 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
// ...