Total Complexity | 0 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
19 | class Asset extends AssetBundle |
||
20 | { |
||
21 | /** |
||
22 | * {@inheritdoc} |
||
23 | */ |
||
24 | public $sourcePath = '@hiqdev/themes/sailor/assets'; |
||
25 | |||
26 | /** |
||
27 | * {@inheritdoc} |
||
28 | */ |
||
29 | public $css = [ |
||
30 | 'css/style.css', |
||
31 | 'skins/blue.css', |
||
32 | 'bodybg/bg2.css', |
||
33 | 'css/custom.css', |
||
34 | ]; |
||
35 | |||
36 | /** |
||
37 | * {@inheritdoc} |
||
38 | */ |
||
39 | public $js = [ |
||
40 | 'js/modernizr.custom.js', |
||
41 | 'js/jquery.easing.1.3.js', |
||
42 | 'js/jquery.appear.js', |
||
43 | 'js/custom.js', |
||
44 | ]; |
||
45 | |||
46 | /** |
||
47 | * {@inheritdoc} |
||
48 | */ |
||
49 | public $depends = [ |
||
50 | BootstrapPluginAsset::class, |
||
51 | FlexSliderAsset::class, |
||
52 | CubePortfolioAsset::class, |
||
53 | ]; |
||
55 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"]
, you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths