new asset management WIP

This commit is contained in:
Qiang Xue
2014-08-27 16:44:00 -04:00
parent 280c2ca0ff
commit f51a263570
11 changed files with 127 additions and 409 deletions

3
apps/basic/.bowerrc Normal file
View File

@ -0,0 +1,3 @@
{
"directory" : "web/assets"
}

8
apps/basic/bower.json Normal file
View File

@ -0,0 +1,8 @@
{
"name": "yii2-basic",
"version": "1.0.0",
"dependencies": {
},
"devDependencies": {
}
}