bludit-themes / micro

Micro Theme for Bludit
1 stars 2 forks source link

Minified bundled javascript. #9

Closed sergiotarxz closed 4 years ago

sergiotarxz commented 4 years ago

Distributing minified javascript in git may not be the best idea since if a bug is discovered in the bundled javascript will be difficult to know the version of the javascript and how the bug happens. I suggest to generate the minified javascript of everything if required by the blog owner knowing it makes more difficult to diagnose bugs.

clickwork-git commented 4 years ago

I see there no problem. If you open the file you see the version.

Furthermore it's a script developed by a third party and implemented "as it is".

Debugging should be part of the repository of the author, and if this is not possible of a forked version, which doesn't exist at the moment.

sergiotarxz commented 4 years ago

Then I am closing this.