mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-07 22:09:32 +08:00
debugger WIP
This commit is contained in:
@@ -35,13 +35,6 @@ return array(
|
||||
),
|
||||
'depends' => array('yii'),
|
||||
),
|
||||
'yii/debug' => array(
|
||||
'sourcePath' => __DIR__ . '/assets',
|
||||
'js' => array(
|
||||
'yii.debug.js',
|
||||
),
|
||||
'depends' => array('yii'),
|
||||
),
|
||||
'yii/punycode' => array(
|
||||
'sourcePath' => __DIR__ . '/assets',
|
||||
'js' => array(
|
||||
@@ -55,4 +48,17 @@ return array(
|
||||
),
|
||||
'depends' => array('yii/jquery'),
|
||||
),
|
||||
'yii/debug' => array(
|
||||
'sourcePath' => __DIR__ . '/debug/assets',
|
||||
'css' => array(
|
||||
'main.css',
|
||||
),
|
||||
'js' => array(
|
||||
'yii.debug.js',
|
||||
),
|
||||
'depends' => array(
|
||||
'yii',
|
||||
'yii/bootstrap/responsive',
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user