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 badges1 Answer
Reset to default 6This is a dreamweaver extension for minifying js:
http://www.dwbooster./miscellaneous/javascript-minify
本文标签: javascriptDreamweaver Minify PluginStack Overflow
版权声明:本文标题:javascript - Dreamweaver Minify Plugin - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742262838a2442838.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论