JS Minification
-
Curios, what could I done to have such weird result in minification (lines around 20256):
// disable the old listener $(document) .off('click.data-api.dropdown', _clearMenus) .on('click.data-api.dropdown', function (e) { // call the handler only when not right-click e.button === 2 || _clearMenus(); }); }
;Bud1untIlocbl @� @� @� @accountIlocblobF(��accountbwspblob�bplist00�
]ShowStatusBar[ShowSidebar[ShowPathbar[ShowToolbar[ShowTabView_ContainerShowSidebar\WindowBounds\SidebarWidth_PreviewPaneVisibility _{{563, 339}, {1036, 640}}�)5AMYp}�����������category.jsIlocblob�(������categoryTools.jsIlocblobR(������chats.jsIlocblob�(������ footer.jsIlocblob^(������groupsIlocblob�(������home.jsIlocblobF���infinitescroll.jsIlocblob��������login.jsIlocblobR���notifications.jsIlocblob��������
pagination.jsIlocblob^�������
popular.jsIlocblob�������� recent.jsIlocblobF������register.jsIlocblob�������reset.jsIlocblob�������
reset_code.jsIlocblobR������ search.jsIlocblob^������tag.jsIlocblob�������tags.jsIlocblobFx������topicIlocblob�x������topic.jsIlocblobRx������ unread.jsIlocblob�x������users.jsIlocblob^x������EDSDB `� @� @� @���topicIlocblob�x������topic.jsIlocblobRx������ unread.jsIlocblob�x������users.jsIlocblob^x������
;"use strict";
/* global define, config, templates, app, utils, ajaxify, socket, translator */define('forum/category', [ 'composer', 'forum/pagination', 'forum/infinitescroll', 'share', 'navigator', 'forum/categoryTools', 'sort' ], function(composer, pagination, infinitescroll, share, navigator, categoryTools, sort) { var Category = {};
-
Same problem again...
Actions that I have made to 'fix' this problem:
- Disable single plugin ./nodebb reset plugin="nodebb-widget-essentials" - No Success
- Disable all plugins - No Success
- Drop all collections in Mongo, and ./nodebb setup - No Success
- Delete nodebb.min.js from public directory - No Success
- Delete all public subdirectories that could be found in .gitignore - No Success
- Delete
public
directory and checkout latest from current branch - Success
Maybe it will give you some insights