1 Star 0 Fork 31

Yongbo/WebStack-Laravel

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
webpack.mix.js 1.58 KB
一键复制 编辑 原始数据 按行查看 历史
let mix = require('laravel-mix');
/*
|--------------------------------------------------------------------------
| Mix Asset Management
|--------------------------------------------------------------------------
|
| Mix provides a clean, fluent API for defining some Webpack build steps
| for your Laravel application. By default, we are compiling the Sass
| file for the application as well as bundling up all the JS files.
|
*/
mix.styles([
'resources/assets/web-stack/css/fonts/linecons/css/linecons.css',
'resources/assets/web-stack/css/fonts/fontawesome/css/font-awesome.min.css',
'resources/assets/web-stack/css/bootstrap.css',
'resources/assets/web-stack/css/xenon-core.css',
'resources/assets/web-stack/css/xenon-components.css',
'resources/assets/web-stack/css/xenon-skins.css',
'resources/assets/web-stack/css/nav.css'
], 'public/css/app.css');
mix.copyDirectory('resources/assets/web-stack/css/fonts/fontawesome/fonts', 'public/fonts');
mix.copyDirectory('resources/assets/web-stack/css/fonts/linecons/font', 'public/font');
mix.copyDirectory('resources/assets/web-stack/images', 'public/img');
mix.scripts([
'resources/assets/web-stack/js/jquery-1.11.1.min.js',
'resources/assets/web-stack/js/bootstrap.min.js',
'resources/assets/web-stack/js/TweenMax.min.js',
'resources/assets/web-stack/js/resizeable.js',
'resources/assets/web-stack/js/joinable.js',
'resources/assets/web-stack/js/xenon-api.js',
'resources/assets/web-stack/js/xenon-toggles.js',
'resources/assets/web-stack/js/xenon-custom.js',
], 'public/js/app.js');
mix.version();
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/YongboZhu/WebStack-Laravel.git
git@gitee.com:YongboZhu/WebStack-Laravel.git
YongboZhu
WebStack-Laravel
WebStack-Laravel
master

搜索帮助