Conditions | 1 |
Paths | 1 |
Total Lines | 16 |
Code Lines | 10 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
29 | public function init() |
||
30 | { |
||
31 | $this->sourcePath = '@nystudio107/codeeditor/web/assets/dist'; |
||
32 | $this->depends = [ |
||
33 | ]; |
||
34 | $this->css = [ |
||
35 | 'css/vendors.css', |
||
36 | 'css/styles.css', |
||
37 | ]; |
||
38 | $this->js = [ |
||
39 | 'js/runtime.js', |
||
40 | 'js/vendors.js', |
||
41 | 'js/code-editor.js', |
||
42 | ]; |
||
43 | |||
44 | parent::init(); |
||
45 | } |
||
61 |