1352 Views
When I started developing no one was talking about "compiling" their JavaScript sources. Everyone just wrote a couple of scripts and referenced them directly. Over time, minification and further enhancements became the de-facto standard in web development, so doing some processing after having written the code became a fairly normal practice.
0 comments