Open source projects are bad FOSS if they minify .js and .css files?
by dedec0 from LinuxQuestions.org on (#5RTHC)
Open source projects are bad FOSS if they minify .js and .css files?
I have a poor knowledge in javascript, and a small knowledge in Cascading Style Sheets. But I have found a project that is open source, but has a main part which is javascript. But this javascript file has a name similar to core.min.js . And the CSS files are also minified.
Is there a way to see the original files with open source projects? Or should I use a solution equal or similar to what is described in this StackOverflow question?
I have a poor knowledge in javascript, and a small knowledge in Cascading Style Sheets. But I have found a project that is open source, but has a main part which is javascript. But this javascript file has a name similar to core.min.js . And the CSS files are also minified.
Is there a way to see the original files with open source projects? Or should I use a solution equal or similar to what is described in this StackOverflow question?