Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Great minifying tools
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Markshall" data-source="post: 321001" data-attributes="member: 1872"><p>Everyone who develops websites should know that minifying your code helps save on bandwidth, loads faster for your users and is also slightly harder for other people to rip and edit (although there are minifying-reversing tools out there).</p><p></p><p>I came across 2 great tools that I've been using for the past few months, I even use them on <a href="http://mark-eriksson.com" target="_blank">my website</a>, you'll find them below.</p><p></p><p><a href="http://cssminifier.com/" target="_blank">CSS Minifier</a></p><p>and the same developer also made <a href="http://javascript-minifier.com/" target="_blank">one for JavaScript</a></p><p></p><p>The following tools produce similar outcomes:</p><p></p><p>JS</p><p><img src="http://i.imgur.com/RWuFcck.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>CSS</p><p><img src="http://i.imgur.com/JcBu6VS.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>Not only do the tools remove comments, white-space and unnecessary characters, they also structure and simplify the code better.</p><p></p><p>Just to be clear, I didn't make these.</p><p></p><p>Hope they help,</p><p>Mark</p></blockquote><p></p>
[QUOTE="Markshall, post: 321001, member: 1872"] Everyone who develops websites should know that minifying your code helps save on bandwidth, loads faster for your users and is also slightly harder for other people to rip and edit (although there are minifying-reversing tools out there). I came across 2 great tools that I've been using for the past few months, I even use them on [URL='http://mark-eriksson.com']my website[/URL], you'll find them below. [URL='http://cssminifier.com/']CSS Minifier[/URL] and the same developer also made [URL='http://javascript-minifier.com/']one for JavaScript[/URL] The following tools produce similar outcomes: JS [img]http://i.imgur.com/RWuFcck.png[/img] CSS [img]http://i.imgur.com/JcBu6VS.png[/img] Not only do the tools remove comments, white-space and unnecessary characters, they also structure and simplify the code better. Just to be clear, I didn't make these. Hope they help, Mark [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Great minifying tools
Top