@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Configuration file for the "yii asset" console command. |
|
| 4 | - * Note that in the console environment, some path aliases like '@webroot' and '@web' may not exist. |
|
| 5 | - * Please define these missing path aliases. |
|
| 6 | - */ |
|
| 3 | + * Configuration file for the "yii asset" console command. |
|
| 4 | + * Note that in the console environment, some path aliases like '@webroot' and '@web' may not exist. |
|
| 5 | + * Please define these missing path aliases. |
|
| 6 | + */ |
|
| 7 | 7 | return [ |
| 8 | 8 | // Adjust command/callback for JavaScript files compressing: |
| 9 | 9 | 'jsCompressor' => 'java -jar /root/compiler.jar --js {from} --js_output_file {to}', |
@@ -1,12 +1,12 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @link http://www.diemeisterei.de/ |
|
| 4 | - * |
|
| 5 | - * @copyright Copyright (c) 2015 diemeisterei GmbH, Stuttgart |
|
| 6 | - * |
|
| 7 | - * For the full copyright and license information, please view the LICENSE |
|
| 8 | - * file that was distributed with this source code. |
|
| 9 | - */ |
|
| 3 | + * @link http://www.diemeisterei.de/ |
|
| 4 | + * |
|
| 5 | + * @copyright Copyright (c) 2015 diemeisterei GmbH, Stuttgart |
|
| 6 | + * |
|
| 7 | + * For the full copyright and license information, please view the LICENSE |
|
| 8 | + * file that was distributed with this source code. |
|
| 9 | + */ |
|
| 10 | 10 | ?> |
| 11 | 11 | |
| 12 | 12 | <?php $this->beginContent('@app/modules/backend/views/layouts/main.php'); ?> |