From 987d9ab5f0a06d8d43e298e56a935ed3054bdfe9 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Thu, 21 Nov 2013 03:07:16 +0400 Subject: [PATCH] Added assets section to the guide --- docs/guide/assets.md | 117 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 docs/guide/assets.md diff --git a/docs/guide/assets.md b/docs/guide/assets.md new file mode 100644 index 0000000..44dc29f --- /dev/null +++ b/docs/guide/assets.md @@ -0,0 +1,117 @@ +Managing assets +=============== + +An asset in Yii is a file that is included into the page. It could be CSS, JavaScript or +any other file. Framework provides many ways to work with assets from basics such as adding `