Commit 7571f2b5 authored by Adriaan Zonnenberg's avatar Adriaan Zonnenberg Committed by GitHub

Use module name instead of path

parent c7a1c7d7
...@@ -8,7 +8,7 @@ window._ = require('lodash'); ...@@ -8,7 +8,7 @@ window._ = require('lodash');
*/ */
window.$ = window.jQuery = require('jquery'); window.$ = window.jQuery = require('jquery');
require('bootstrap-sass/assets/javascripts/bootstrap'); require('bootstrap-sass');
/** /**
* Vue is a modern JavaScript library for building interactive web interfaces * Vue is a modern JavaScript library for building interactive web interfaces
......
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