python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
What does google-closure-compiler -O BUNDLE do?
I think that the -O BUNDLE option to google-closure-compiler might collect my JS scripts into a single file in order to perform better optimization of the code across files and scopes. HOWEVER, I cann...

Dan Loughney
Votes: 0
Answers: 0
optimized/minifed javascript code but still readable/maintainable
I'm a beginner at javascript and learn a lot by looking already written code.
Some large javascript projects I've looked at have minified code and when expanding it it's not very readable.
almost all ...

SuperDOS
Votes: 0
Answers: 1
Are .min.js / .min.css files loaded / parsed differently?
I've minified all of my Js and Css scripts and stylesheets, respectively, but deployed them on my site as .js and .css files, respectively. A colleague now told me that it's better to store their name...
DevelJoe
Votes: 0
Answers: 2