Skip to content

Commit 0abb721

Browse files
committed
Include jQueryUI js file in superbundle js file
1 parent 664414f commit 0abb721

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@ module.exports = function(grunt) {
377377
src: [
378378
'rsc/js/jquery.min.js',
379379
'rsc/js/jquery/jquery-migrate.min.js',
380+
'rsc/js/jquery/jquery.ui.b2evo.min.js',
380381
'rsc/js/bootstrap/bootstrap.min.js',
381382
'rsc/js/build/bootstrap-evo_frontoffice.bmin.js',
382383
],

conf/_advanced.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -961,6 +961,7 @@
961961
'build/bootstrap-evo_frontoffice-superbundle.bmin.js' => array(
962962
'#jquery#',
963963
'#jquery_migrate#',
964+
'#jqueryUI#',
964965
'#bootstrap#',
965966
),
966967
'bootstrap-b2evo_base-superbundle.bundle.css' => array(

rsc/js/build/bootstrap-evo_frontoffice-superbundle.bmin.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)