diff --git a/.bowerrc b/.bowerrc index ae1b0707..e211daf1 100644 --- a/.bowerrc +++ b/.bowerrc @@ -1,3 +1,3 @@ { - "directory": "resources/assets/bower_components" + "directory": "resources/src/bower_components" } diff --git a/.gitignore b/.gitignore index f7191068..edf4fd82 100644 --- a/.gitignore +++ b/.gitignore @@ -3,8 +3,5 @@ vendor/* storage/textures/* node_modules/* -resources/cache/* -resources/assets/bower_components/* -assets/css/* -assets/js/* +resources/src/bower_components/* koala-config.json diff --git a/app/helpers.php b/app/helpers.php index 14aa5fbd..fb383a22 100644 --- a/app/helpers.php +++ b/app/helpers.php @@ -1,5 +1,7 @@ + @endsection @section('content') diff --git a/resources/views/admin/master.tpl b/resources/views/admin/master.tpl index b27af1cc..10f8cfe7 100644 --- a/resources/views/admin/master.tpl +++ b/resources/views/admin/master.tpl @@ -10,7 +10,7 @@ - + diff --git a/resources/views/auth/master.tpl b/resources/views/auth/master.tpl index b5fa06e4..6afbb180 100644 --- a/resources/views/auth/master.tpl +++ b/resources/views/auth/master.tpl @@ -9,7 +9,7 @@ - + diff --git a/resources/views/index.tpl b/resources/views/index.tpl index 5e6ad377..73a6ae73 100644 --- a/resources/views/index.tpl +++ b/resources/views/index.tpl @@ -10,7 +10,7 @@ - + diff --git a/resources/views/skinlib/master.tpl b/resources/views/skinlib/master.tpl index 203ad794..d6e1a0ac 100644 --- a/resources/views/skinlib/master.tpl +++ b/resources/views/skinlib/master.tpl @@ -10,7 +10,7 @@ - + diff --git a/resources/views/skinlib/show.tpl b/resources/views/skinlib/show.tpl index d8a6c433..6faa8f01 100644 --- a/resources/views/skinlib/show.tpl +++ b/resources/views/skinlib/show.tpl @@ -160,8 +160,8 @@ - - + + @endsection diff --git a/resources/views/skinlib/upload.tpl b/resources/views/skinlib/upload.tpl index c517a34c..de3561f7 100644 --- a/resources/views/skinlib/upload.tpl +++ b/resources/views/skinlib/upload.tpl @@ -106,8 +106,8 @@ label[for="type-cape"] { - - + + @endsection @section('script') diff --git a/resources/views/user/closet.tpl b/resources/views/user/closet.tpl index 36a68c20..c7703909 100644 --- a/resources/views/user/closet.tpl +++ b/resources/views/user/closet.tpl @@ -133,8 +133,8 @@ - - + + @endsection diff --git a/resources/views/user/config.tpl b/resources/views/user/config.tpl index 13a832c9..9b7e21f2 100644 --- a/resources/views/user/config.tpl +++ b/resources/views/user/config.tpl @@ -3,7 +3,7 @@ @section('title', '配置生成') @section('style') - + @endsection @@ -133,7 +133,7 @@ Cape: http://skins.minecraft.net/MinecraftCloaks/%s.png @endsection @section('script') - + - + + @endsection