feat: improve prism loading times ~220kb -> ~20kb

This commit is contained in:
Stefan Sterz 2017-08-04 20:19:22 +02:00
parent 0c4e223396
commit 3aac01539e
1 changed files with 3 additions and 0 deletions

View File

@ -12,5 +12,8 @@
</div>
</footer>
<?php echo js('assets/js/prism.js')?>
<script type="text/javascript">
Prism.plugins.autoloader.languages_path='assets/js/components/';
</script>
</body>
</html>