Move and delete JS and such so that themes are cleaner

This commit is contained in:
Dane Everitt
2017-03-18 19:03:25 -04:00
parent 6ee878080b
commit c484bb6b2f
406 changed files with 20 additions and 5222 deletions

View File

@@ -60,6 +60,6 @@
{!! Theme::js('vendor/jquery/jquery.min.js') !!}
{!! Theme::js('vendor/bootstrap/bootstrap.min.js') !!}
@if(config('app.phrase_in_context')) {!! Theme::js('js/phraseapp.js') !!} @endif
@if(config('app.phrase_in_context')) {!! Theme::js('vendor/phraseapp/phraseapp.js') !!} @endif
</body>
</html>