{"id":21662846,"url":"https://github.com/ktravis/update-combine","last_synced_at":"2026-05-21T07:34:46.532Z","repository":{"id":7140969,"uuid":"8438068","full_name":"ktravis/update-combine","owner":"ktravis","description":"A small tool written in Python to actively merge JavaScript files in a directory.","archived":false,"fork":false,"pushed_at":"2013-02-26T19:59:34.000Z","size":112,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-25T07:27:32.906Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ktravis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-02-26T17:39:39.000Z","updated_at":"2014-01-30T03:18:42.000Z","dependencies_parsed_at":"2022-09-09T17:21:56.939Z","dependency_job_id":null,"html_url":"https://github.com/ktravis/update-combine","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ktravis%2Fupdate-combine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ktravis%2Fupdate-combine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ktravis%2Fupdate-combine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ktravis%2Fupdate-combine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ktravis","download_url":"https://codeload.github.com/ktravis/update-combine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244560373,"owners_count":20472219,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-25T10:18:21.395Z","updated_at":"2026-05-21T07:34:41.497Z","avatar_url":"https://github.com/ktravis.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"update-combine\n==============\n\nA small tool written in Python to actively merge JavaScript files in a directory.\n\n\nPurpose\n-------\n\n\nUsage\n-----\n\nPlace updateCombine.py in a directory with (or without) *.js files that you wish to be automatically combined.\nTo run indefinitely:\n\n```python updateCombine.py```\n\nTo watch a directory other than `./` (relative to updateCombine.py):\n\n```python updateCombine.py relative_path_to_dir```\n\nIt may be useful to actively merge source files while running a local dev server. This can be accomplished easily by running update-combine and python's SimpleHTTPServer in separate threads.\n\n```python\nimport subprocess, SimpleHTTPServer, SocketServer, threading\n\nHandler = SimpleHTTPServer.SimpleHTTPRequestHandler\nhttpd = SocketServer.TCPServer((\"\", 8000), Handler)\n\nserve = threading.Thread(target=httpd.serve_forever)\nserve.start()\nsubprocess.call(['python','updateCombine.py'])\n```\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fktravis%2Fupdate-combine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fktravis%2Fupdate-combine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fktravis%2Fupdate-combine/lists"}