Adding stacks to the main template

parent d50c9e15
url: https://github.com/AsgardCms/Platform
versions:
"2.5.0":
added:
- <code>js-stack</code> and <code>css-stack</code> stacks
"2.4.0":
changed:
- Moved to using laravel.mix
......
......@@ -17,6 +17,7 @@
@include('partials.asgard-globals')
@section('styles')
@show
@stack('css-stack')
<script>
$.ajaxSetup({
......@@ -88,5 +89,6 @@
<?php endif; ?>
@section('scripts')
@show
@stack('js-stack')
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment