Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Rotua Panjaitan
yii2
Commits
b1826e4f
Commit
b1826e4f
authored
Nov 14, 2014
by
waltye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update structure-assets.md
'不熟'应为'部署','公斤'应为'工具'。
parent
0b15c280
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
structure-assets.md
docs/guide-zh-CN/structure-assets.md
+2
-2
No files found.
docs/guide-zh-CN/structure-assets.md
View file @
b1826e4f
...
...
@@ -246,7 +246,7 @@ return [
### 资源部署 <a name="asset-mapping"></a>
有时你想"修复" 多个资源包中资源文件的错误/不兼容,例如包A使用1.11.1版本的
`jquery.min.js`
,
包B使用2.1.1版本的
`jquery.js`
,可自定义每个包来解决这个问题,更好的方式是使用
*资源部署*
特性来
不熟
不正确的资源为想要的,
包B使用2.1.1版本的
`jquery.js`
,可自定义每个包来解决这个问题,更好的方式是使用
*资源部署*
特性来
部署
不正确的资源为想要的,
为此,配置
[
[yii\web\AssetManager::assetMap
]
]属性,如下所示:
```
php
...
...
@@ -347,7 +347,7 @@ Yii使用文件扩展名来表示资源使用哪种扩展语法,默认可以
-
[
CoffeeScript
](
http://coffeescript.org/
)
:
`.coffee`
-
[
TypeScript
](
http://www.typescriptlang.org/
)
:
`.ts`
Yii依靠安装的预处理
公斤
来转换资源,例如,为使用
[
LESS
](
http://lesscss.org/
)
,应安装
`lessc`
预处理命令。
Yii依靠安装的预处理
工具
来转换资源,例如,为使用
[
LESS
](
http://lesscss.org/
)
,应安装
`lessc`
预处理命令。
可配置
[
[yii\web\AssetManager::converter
]
]自定义预处理命令和支持的扩展语法,如下所示:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment