Using the updated bootstrap path

parent 5474ea54
This diff is collapsed.
......@@ -12,7 +12,7 @@ mix.less('resources/less/main.less', 'assets/css/main.css')
*/
mix.scripts([
'node_modules/jquery/dist/jquery.js',
'node_modules/bootstrap-sass/assets/javascripts/bootstrap.min.js',
'node_modules/bootstrap/dist/js/bootstrap.min.js',
'node_modules/prismjs/prism.js',
'resources/js/bootswatch.js'
], 'assets/js/all.js');
......@@ -32,4 +32,4 @@ mix.webpackConfig({
plugins: [
new WebpackShellPlugin({onBuildEnd:['php ../../artisan stylist:publish ' + themeInfo.name]})
]
});
\ No newline at end of file
});
This diff is collapsed.
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