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') ...@@ -12,7 +12,7 @@ mix.less('resources/less/main.less', 'assets/css/main.css')
*/ */
mix.scripts([ mix.scripts([
'node_modules/jquery/dist/jquery.js', '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', 'node_modules/prismjs/prism.js',
'resources/js/bootswatch.js' 'resources/js/bootswatch.js'
], 'assets/js/all.js'); ], 'assets/js/all.js');
...@@ -32,4 +32,4 @@ mix.webpackConfig({ ...@@ -32,4 +32,4 @@ mix.webpackConfig({
plugins: [ plugins: [
new WebpackShellPlugin({onBuildEnd:['php ../../artisan stylist:publish ' + themeInfo.name]}) 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