Don't include jquery

parent d25a86a7
...@@ -7,11 +7,11 @@ window._ = require('lodash'); ...@@ -7,11 +7,11 @@ window._ = require('lodash');
* code may be modified to fit the specific needs of your application. * code may be modified to fit the specific needs of your application.
*/ */
try { // try {
window.$ = window.jQuery = require('jquery'); // window.$ = window.jQuery = require('jquery');
//
require('bootstrap-sass'); // require('bootstrap-sass');
} catch (e) {} // } catch (e) {}
/** /**
* We'll load the axios HTTP library which allows us to easily issue requests * We'll load the axios HTTP library which allows us to easily issue requests
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment