diff --git a/gulpfile.js b/gulpfile.js index cd58fad2..d1a8c8af 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -2,7 +2,7 @@ * @Author: printempw * @Date: 2016-07-21 13:38:26 * @Last Modified by: printempw -* @Last Modified time: 2017-01-20 22:15:50 +* @Last Modified time: 2017-01-22 20:45:06 */ 'use strict'; @@ -135,6 +135,7 @@ gulp.task('zip', () => { '!.gitignore', '!.git/**/*.*', '!.git/', + '!.gitmodules', '!.gitattributes', '!artisan', '!gulpfile.js', diff --git a/resources/views/auth/master.tpl b/resources/views/auth/master.tpl index c72d6cab..1dccc57f 100644 --- a/resources/views/auth/master.tpl +++ b/resources/views/auth/master.tpl @@ -14,6 +14,11 @@ @yield('content') + + + {!! bs_footer('auth') !!} diff --git a/resources/views/setup/master.tpl b/resources/views/setup/master.tpl new file mode 100644 index 00000000..46cf5709 --- /dev/null +++ b/resources/views/setup/master.tpl @@ -0,0 +1,30 @@ + + + + + + + {{ trans('setup.wizard.master.title') }} + + + @yield('style') + + + + + +@yield('content') + + + +@yield('script') + + +