0

I've been developed a project using Yii2 framework, and I've modifid the CSS and JS from backend\web\assets\12qwer34. But when I clone the project into new directory project, the new one project didn't use the same CSS and JS from backend\web\assets\12qwer34, it's uses CSS and JS from another directory.

Any one knows how to make the CSS and JS become persistent?

1 Answer 1

1

Files under directory backend\web\assets are generated from original .css files.

In backend\assets\ you have AppAsset.php file where you can add your custom css files by setting property:

public $css = ['styles/yourstyles.css'];

And then add a file called yourstyles.css in backend\web\styles\.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.