Skip to content

Commit

Permalink
Merge pull request #2816 from dbeerten/fix-sortable-js
Browse files Browse the repository at this point in the history
[AdminBundle] fix path of sortablejs - fixes broken build
  • Loading branch information
acrobat committed Nov 5, 2020
2 parents f618b06 + 1020ae4 commit 2824a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion groundcontrol/admin-bundle.tasks.js
Expand Up @@ -55,7 +55,7 @@ adminBundle.tasks.scripts = createScriptsTask({
'./node_modules/eonasdan-bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js',
'./node_modules/cargobay/src/toggle/js/jquery.toggle.js',
'./node_modules/cargobay/src/scroll-to-top/js/jquery.scroll-to-top.js',
'./node_modules/sortablejs/dist/sortable.umd.js',
'./node_modules/sortablejs/Sortable.js',
'./node_modules/bootstrap-colorpicker/dist/js/bootstrap-colorpicker.js',
'./node_modules/jquery.typewatch/jquery.typewatch.js',
'./node_modules/ckeditor/ckeditor.js',
Expand Down

0 comments on commit 2824a52

Please sign in to comment.