Skip to content

Instantly share code, notes, and snippets.

@schmunk42
Created March 9, 2015 10:49
Show Gist options
  • Save schmunk42/7295844854ed7fc9d7f6 to your computer and use it in GitHub Desktop.
Save schmunk42/7295844854ed7fc9d7f6 to your computer and use it in GitHub Desktop.
Phundament Playground Production Assets
<?php
/**
* This file is generated by the "yii asset" command.
* DO NOT MODIFY THIS FILE DIRECTLY.
* @version 2015-03-06 06:45:46
*/
return [
'frontend' => [
'class' => 'yii\\web\\AssetBundle',
'basePath' => '@app/web/assets-prod',
'baseUrl' => '@web/assets-prod',
'js' => [
'js/frontend-388d84f6ed8275dbc7badc62080ffb2c.js',
],
'css' => [
'css/frontend-e100fdb1d3663c91eff6d7f51a687b42.css',
],
],
'backend' => [
'class' => 'yii\\web\\AssetBundle',
'basePath' => '@app/web/assets-prod',
'baseUrl' => '@web/assets-prod',
'js' => [
'js/backend-aa0eadf7a7f2f394a1f19ec553f7910b.js',
],
'css' => [
'css/backend-f29fb0701806c2274786eaf8a5457c43.css',
],
],
'all' => [
'class' => 'yii\\web\\AssetBundle',
'basePath' => '@app/web/assets-prod',
'baseUrl' => '@web/assets-prod',
'js' => [
'js/all-c61b21751dd4a8487aa43f1ba1609660.js',
],
'css' => [
'css/all-ef87e8cc9dd9473da878ea3a26caa511.css',
],
],
'app\\assets\\AppAsset' => [
'sourcePath' => null,
'js' => [],
'css' => [],
'depends' => [
'yii\\web\\YiiAsset',
'frontend',
],
],
'dmstr\\web\\AdminLteAsset' => [
'sourcePath' => null,
'js' => [],
'css' => [],
'depends' => [
'yii\\web\\YiiAsset',
'yii\\bootstrap\\BootstrapAsset',
'yii\\bootstrap\\BootstrapPluginAsset',
'backend',
],
],
'app\\modules\\admin\\assets\\AdminAsset' => [
'sourcePath' => null,
'js' => [],
'css' => [],
'depends' => [
'yii\\web\\YiiAsset',
'yii\\bootstrap\\BootstrapAsset',
'dmstr\\web\\AdminLteAsset',
'backend',
],
],
'yii\\web\\JqueryAsset' => [
'sourcePath' => null,
'js' => [],
'css' => [],
'depends' => [
'all',
],
],
'yii\\web\\YiiAsset' => [
'sourcePath' => null,
'js' => [],
'css' => [],
'depends' => [
'yii\\web\\JqueryAsset',
'all',
],
],
'yii\\bootstrap\\BootstrapAsset' => [
'sourcePath' => null,
'js' => [],
'css' => [],
'depends' => [
'all',
],
],
'yii\\bootstrap\\BootstrapPluginAsset' => [
'sourcePath' => null,
'js' => [],
'css' => [],
'depends' => [
'yii\\web\\JqueryAsset',
'yii\\bootstrap\\BootstrapAsset',
'all',
],
],
'yii\\grid\\GridViewAsset' => [
'sourcePath' => null,
'js' => [],
'css' => [],
'depends' => [
'yii\\web\\YiiAsset',
'all',
],
],
'yii\\widgets\\PjaxAsset' => [
'sourcePath' => null,
'js' => [],
'css' => [],
'depends' => [
'yii\\web\\YiiAsset',
'all',
],
],
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment