Dreamweaver Minify Plugin

Does anyone know of a plugin that can be used with Dreamweaver or any other encoding utility that can minimize your javascript / css when downloading files?

So, for example, I create a file with a name functions-global.js, and then when I upload the file, it downloads the file as it is, and creates a miniature duplicate called something like functions-global.minified.js?

I can’t imagine that it will be a very difficult plugin for writing, if you have a minimization algorithm that is used here for js - Compress Javascript , and for CSS - Compress CSS

I use Dreamweaver for informational purposes only, if there is other software that does this, then let me know.

Thanks in advance

+3
source share
1 answer

This is a Dreamweaver extension to minimize js:

http://www.dwbooster.com/miscellaneous/javascript-minify

+6
source

All Articles