1 Star 0 Fork 31

晴朗 / openadm-yii2

forked from xiongchuan / openadm-yii2 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
assets-gulp.php 2.91 KB
一键复制 编辑 原始数据 按行查看 历史
xiongchuan 提交于 2017-01-18 14:32 . 增加gulp的资源打包配置文件
<?php
/**
* Configuration file for the "yii asset" console command.
*/
// In the console environment, some path aliases may not exist. Please define these:
// Yii::setAlias('@webroot', __DIR__ . '/../web');
// Yii::setAlias('@web', '/');
include 'app/config/bootstrap.php';
return [
'jsCompressor' => 'gulp compress-js --gulpfile tools/gulp/gulpfile.js --src {from} --dist {to}',
'cssCompressor' => 'gulp compress-css --gulpfile tools/gulp/gulpfile.js --src {from} --dist {to}',
// Whether to delete asset source after compression:
'deleteSource' => false,
// The list of asset bundles to compress:
// Asset bundle for compression output:
'bundles' => [
'yii\web\JqueryAsset',
'yii\web\YiiAsset',
'yii\jui\JuiAsset',
'yii\bootstrap\BootstrapAsset',
'yii\bootstrap\BootstrapPluginAsset',
'rmrevin\yii\fontawesome\AssetBundle',
'app\themes\adminlte2\AdminltePluginsAsset',
'app\plugins\menu\assets\MenuAsset',
'app\themes\adminlte2\ThemeAsset',
'nirvana\showloading\ShowLoadingAsset',
'app\themes\adminlte2\AdminLteAsset',
'app\themes\adminlte2\ShowLoadingAsset',
'lo\modules\noty\assets\NotyAsset'
],
'targets' => [
'allShared' => [
'class' => 'yii\web\AssetBundle',
'basePath' => '@webroot/assets',
'baseUrl' => '@web/assets',
'js' => 'all-shared-{hash}.js',
'css' => 'all-shared-{hash}.css',
'depends' => [
'yii\bootstrap\BootstrapAsset',
'yii\bootstrap\BootstrapPluginAsset',
'rmrevin\yii\fontawesome\AssetBundle',
'yii\web\JqueryAsset',
],
],
'allBackEnd' => [
'class' => 'yii\web\AssetBundle',
'basePath' => '@webroot/assets',
'baseUrl' => '@web/assets',
'js' => 'all-backend-{hash}.js',
'css' => 'all-backend-{hash}.css',
'depends' => [
'yii\web\YiiAsset',
'yii\jui\JuiAsset',
'app\themes\adminlte2\AdminltePluginsAsset',
'app\plugins\menu\assets\MenuAsset',
'app\themes\adminlte2\ThemeAsset',
'nirvana\showloading\ShowLoadingAsset',
'app\themes\adminlte2\AdminLteAsset',
'app\themes\adminlte2\ShowLoadingAsset',
'lo\modules\noty\assets\NotyAsset'
],
],
'allFrontEnd' => [
'class' => 'yii\web\AssetBundle',
'basePath' => '@webroot/assets',
'baseUrl' => '@web/assets',
'js' => 'all-frontend-{hash}.js',
'css' => 'all-frontend-{hash}.css',
'depends' => [
],
],
],
// Asset manager configuration:
'assetManager' => [
'basePath' => '@webroot/static/assets',
'baseUrl' => '@web/static/assets',
],
];
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/joshuaa/openadm-yii2.git
git@gitee.com:joshuaa/openadm-yii2.git
joshuaa
openadm-yii2
openadm-yii2
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891