Forums

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

Home Forums Other Sublime Text “Auto Minification” Build System

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #45057
    Anonymous
    Inactive

    Does anyone know how to create a Sublime Text build system that will scan through a project and minify all “scripts.js” and “styles.css” files into “scripts.min.js” and “styles.min.css”?

    I already have css minification working through compass, and can manually minify the js through a plugin, but I’d like the option of just “pressing a button” and having it all done automatically (especially on projects where compass isn’t used).

    I’m pretty sure this can be done, but I have no idea how to do it after looking at the documentation, so any help or insight would be greatly appreciated. Thanks!

    #136295
    Anonymous
    Inactive

    I figured out how to concatenate , compile, and minify all of my javascript and css with one command through Grunt, so I’m all good now. Thanks again!

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