Completely removed code sleeve asset management.

This commit is contained in:
James Cole
2014-09-23 21:28:05 +02:00
parent 0884853a6f
commit d49e6787d6
74 changed files with 26 additions and 360 deletions

View File

@@ -14,7 +14,7 @@
@endif
</title>
<?php echo stylesheet_link_tag(); ?>
<?php // echo stylesheet_link_tag(); ?>
@yield('styles')
<!--[if lt IE 9]>
@@ -66,7 +66,7 @@
</div><!-- /.modal -->
<?php echo javascript_include_tag(); ?>
<?php // echo javascript_include_tag(); ?>
@yield('scripts')
</body>
</html>

View File

@@ -7,7 +7,7 @@
<base href="{{URL::route('index')}}/">
<title>Firefly</title>
<?php echo stylesheet_link_tag(); ?>
<?php // echo stylesheet_link_tag(); ?>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->