mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 21:41:19 +08:00
new asset management WIP
This commit is contained in:
3
apps/basic/.bowerrc
Normal file
3
apps/basic/.bowerrc
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"directory" : "web/assets"
|
||||
}
|
||||
8
apps/basic/bower.json
Normal file
8
apps/basic/bower.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "yii2-basic",
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
},
|
||||
"devDependencies": {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user