Skip to content

Commit

Permalink
added minified js
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Patzer committed Mar 5, 2018
1 parent 8e23bb2 commit b2a8d4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/contao/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/
if (System::getContainer()->get('huh.utils.container')->isFrontend())
{
$GLOBALS['TL_JAVASCRIPT']['list-bundle'] = 'bundles/heimrichhannotcontaolist/js/jquery.list-bundle.js|static';
$GLOBALS['TL_JAVASCRIPT']['list-bundle'] = 'bundles/heimrichhannotcontaolist/js/jquery.list-bundle.min.js|static';
$GLOBALS['TL_JAVASCRIPT']['huh_components_masonry'] = 'assets/masonry/dist/masonry.pkgd.min.js|static';
$GLOBALS['TL_JAVASCRIPT']['huh_components_imagesloaded'] = 'assets/imagesloaded/dist/imagesloaded.pkgd.min.js|static';
$GLOBALS['TL_JAVASCRIPT']['huh_components_jscroll'] = 'assets/jscroll/dist/jquery.jscroll.min.js|static';
Expand Down
1 change: 1 addition & 0 deletions src/Resources/public/js/jquery.list-bundle.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b2a8d4a

Please sign in to comment.