v3 draft
This commit is contained in:
parent
71df2f7662
commit
b02b2f2519
15 changed files with 4765 additions and 104 deletions
1
assets/js/bootstrap.js
vendored
Normal file
1
assets/js/bootstrap.js
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
window.$ = window.jQuery = require('jquery');
|
|
@ -1,7 +1,3 @@
|
|||
// var $ = require('jquery');
|
||||
require('./bootstrap');
|
||||
|
||||
(function() {
|
||||
|
||||
|
||||
|
||||
})($);
|
||||
console.log( 'Barebones rocks! You are running jQuery version: ' + $.fn.jquery );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue