Commit 9cd7c3a7 authored by Shakarim Sapa's avatar Shakarim Sapa

- Проверяем подключение скриптов

parent f2aac554
...@@ -21,6 +21,22 @@ class AppAsset extends AssetBundle ...@@ -21,6 +21,22 @@ class AppAsset extends AssetBundle
// 'css/site.css', // 'css/site.css',
]; ];
public $js = [ public $js = [
'/js/modernizr.min.js',
'/js/libs/bootstrap/js/bootstrap.js',
'/js/libs/waypoints/waypoints.min.js',
'/js/libs/magnific/jquery.magnific-popup.min.js',
'/js/libs/bxslider/jquery.bxslider.min.js',
'/js/jquery.parallax.min.js',
'/js/parallax.min.js',
'/js/wow.min.js',
'/js/jquery-validate.min.js',
'/js/jquery.PageScroll2id.min.js',
'/js/jquery.maskedinput.min.js',
'/js/jquery.maskedinput.min.js',
'/js/jquery.form.js',
'/js/connect-form.js',
'/js/prism.js',
'/js/custom.js'
]; ];
public $depends = [ public $depends = [
'yii\web\YiiAsset', 'yii\web\YiiAsset',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment