HTML and CSS Reference
In-Depth Information
9. After uploading the game, we can choose a URL that links to the website. For
example, the URL I chose was http://html5-games.getforge.io/
Objective complete - mini debriefing
We have completed the steps that convert the code from the development stage into the
producion-ready stage. We also uploaded the game online so that we can send it to others
to play.
Concatenate and minify the code
At the development stage, we separate the logic code into small chunks. This divides
the code into diferent parts for diferent purposes. During producion, we trim all the
unnecessary characters such as spaces, newline characters, and comments. YUI is one of
these compressors. You can check out their official page at http://yui.github.io/
yuicompressor/ for detailed usage.
 
Search WWH ::




Custom Search