css js merge tool by php and html, from pkrss
what: i need one tools: 1.it can easy run,forexample can run by web,or in the server 2.it can merge many files to one file,eg:1.js 2.js 3.js => all.js 3.can support by group,and give group name to used in other group. 4.it can write utf8 bom optional. example prepare: 1.downlad separe files from jquery masonry github. doc-ready.js EventEmitter.js eventie.js get-size.js get-style-property.js item.js matches-selector.js outlayer.js => jquery.masonry.all.js how: 1.client s\tool\combinejs\client\data.js: var types_data; (function(){ var basedir = "../../../../s/ful/" ; var masonryBaseDir = basedir + "js/third/jquery-masonry/" ; var newspaperBaseDir = basedir + "newspaper/" ; types_data = [ {name: "newspaper.all" ,text: "combine pkrss runtime to pk.newspaper.all.js" ,dst:basedir+ "../min/js/newspaper/controller/pk.newspaper.all.js" , utf8: true , src:[ "pkrss.utils...