admin管理员组

文章数量:1336663

Is anybody aware of a plugin that can be used with Dreamweaver or any other coding utility that can minify your javascript/css as you upload the files?

So for instance, I create a file called functions-global.js, and then, when I upload the file, it uploads this file as it is and creates a minified duplicate called something like functions-global.minified.js?

I cannot imagine it would be a very hard plugin to write, as long as you have the minifying algorithm which is used here for js - Compress Javascript, and this one for CSS - Compress CSS

I use dreamweaver purely for familiarity purposes, if there is any other software out there that does this then please let me know.

Thanks in advance

Is anybody aware of a plugin that can be used with Dreamweaver or any other coding utility that can minify your javascript/css as you upload the files?

So for instance, I create a file called functions-global.js, and then, when I upload the file, it uploads this file as it is and creates a minified duplicate called something like functions-global.minified.js?

I cannot imagine it would be a very hard plugin to write, as long as you have the minifying algorithm which is used here for js - Compress Javascript, and this one for CSS - Compress CSS

I use dreamweaver purely for familiarity purposes, if there is any other software out there that does this then please let me know.

Thanks in advance

Share asked May 11, 2012 at 7:05 Ben CareyBen Carey 17k20 gold badges93 silver badges180 bronze badges
Add a ment  | 

1 Answer 1

Reset to default 6

This is a dreamweaver extension for minifying js:

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

本文标签: javascriptDreamweaver Minify PluginStack Overflow