Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Compressing Code

  • This topic is empty.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #40876
    alex_wilson
    Participant

    What is the best service for minifying code?

    #114773
    TheDoc
    Member

    You can always set something up via command line, but I’m not proficient enough in that area to tell you how to do it!

    For quick stuff I like using http://refresh-sf.com/yui/

    #114775
    alex_wilson
    Participant

    Thanks @TheDoc

    #114776
    chrisburton
    Participant

    Make sure to have a backup!

    #114778
    alex_wilson
    Participant

    Will do.

    #114780
    TheDoc
    Member

    Always save it as a different file:

    – style.css
    – style.min.css
    – script.js
    – script.min.js

    #114781
    alex_wilson
    Participant

    Yea, that’s what I did.

    #114783
    chrisburton
    Participant

    @TheDoc Wish I would have thought of that beforehand.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘Other’ is closed to new topics and replies.