This commit is contained in:
Lukas Juhas 2017-01-12 15:50:14 +00:00
parent 71df2f7662
commit b02b2f2519
15 changed files with 4765 additions and 104 deletions

1
assets/js/bootstrap.js vendored Normal file
View file

@ -0,0 +1 @@
window.$ = window.jQuery = require('jquery');

View file

@ -1,7 +1,3 @@
// var $ = require('jquery');
require('./bootstrap');
(function() {
})($);
console.log( 'Barebones rocks! You are running jQuery version: ' + $.fn.jquery );