diff --git a/koala-config.json b/koala-config.json new file mode 100644 index 00000000..6b5a89b1 --- /dev/null +++ b/koala-config.json @@ -0,0 +1,34 @@ +// Default project settings, you can edit it and set custom settings. +{ + // The mappings of source directory and output directory + "mappings": [ + { + "src": "assets/src/sass/", + "dest": "assets/dist/css/" + }, + { + "src": "assets/src/js/", + "dest": "assets/dist/js/" + } + ], + + // Add the ignore rules that Koala will not search them. + // e.g. ["*.json", "*.txt", "test", "path/libs"] + "ignores": [ + "assets/bower_components", + "node_modules", + "vendor", + "assets/libs", + "assets/dist" + ], + + // Options of Compilers. + "options": { + // "key": "val", + // "key2": "val2" + // ... + }, + + // An array of filesystem paths which should be searched for js/LESS/Sass templates imported with the @import/@append/@prepend directive. + "includePaths": [] +} diff --git a/resources/views/auth/master.tpl b/resources/views/auth/master.tpl index a75e9f4a..ed49193b 100644 --- a/resources/views/auth/master.tpl +++ b/resources/views/auth/master.tpl @@ -10,7 +10,7 @@ - + @@ -22,7 +22,7 @@ - + @if (isset($_SESSION['msg'])) - + @yield('script') diff --git a/resources/views/user/master.tpl b/resources/views/user/master.tpl index b2413a3d..40a784f3 100644 --- a/resources/views/user/master.tpl +++ b/resources/views/user/master.tpl @@ -12,7 +12,7 @@ - + @yield('style') @@ -130,7 +130,7 @@ - + @yield('script')