Answer the question
In order to leave comments, you need to log in
How to compress css file?
I don’t understand a little how to make css like min.css. I tried to use asset manager but for some reason it didn't work
for me I already have the configuration in frontend/config/main.php
'assetManager' => [
'bundles' => [
'yii\web\JqueryAsset' => [
'sourcePath' => null,
'js' => [
'//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js'
]
],
'yii\bootstrap\BootstrapPluginAsset' => [
'sourcePath' => null,
'js' => [
'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js'
]
],
'yii\bootstrap\BootstrapAsset' => [
'sourcePath' => null,
'css' => [
'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css'
]
]
],
'appendTimestamp' => true
],
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question