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 badges1 Answer
Reset to default 6This is a dreamweaver extension for minifying js:
http://www.dwbooster./miscellaneous/javascript-minify
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1742262838a4411231.html
评论列表(0条)