Discussion :: Javascript - CS
- Which of the following is the order of Minify process?
A.
Remove extraneous characters, gzip the response, Read |
B.
Remove extraneous characters, Read, gzip the response |
C.
Read, Remove extraneous characters, gzip the response |
D.
None of the mentioned |
Answer : Option C
Explanation :
Minify reads in the content, decorates it by way of removing extraneous characters, and gzips the response.
Be The First To Comment