From 7571f2b5b4ecca329cf508ef07dd113e6dbe53fc Mon Sep 17 00:00:00 2001 From: Adriaan Zonnenberg Date: Thu, 18 Aug 2016 21:46:38 +0200 Subject: [PATCH] Use module name instead of path --- resources/assets/js/bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/js/bootstrap.js b/resources/assets/js/bootstrap.js index 968c6363..3f4c5cf5 100644 --- a/resources/assets/js/bootstrap.js +++ b/resources/assets/js/bootstrap.js @@ -8,7 +8,7 @@ window._ = require('lodash'); */ 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