{"id":15805643,"url":"https://github.com/dnicolson/copysauce","last_synced_at":"2025-03-31T22:28:38.706Z","repository":{"id":8723528,"uuid":"10395287","full_name":"dnicolson/CopySauce","owner":"dnicolson","description":"🔁 Script to copy static files to avoid long .NET builds","archived":false,"fork":false,"pushed_at":"2014-04-29T04:19:11.000Z","size":285,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-06T02:22:02.992Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/dnicolson.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-05-31T01:03:00.000Z","updated_at":"2023-05-21T22:33:33.000Z","dependencies_parsed_at":"2022-09-05T00:51:17.013Z","dependency_job_id":null,"html_url":"https://github.com/dnicolson/CopySauce","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnicolson%2FCopySauce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnicolson%2FCopySauce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnicolson%2FCopySauce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnicolson%2FCopySauce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dnicolson","download_url":"https://codeload.github.com/dnicolson/CopySauce/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246550508,"owners_count":20795494,"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-10-05T02:21:58.377Z","updated_at":"2025-03-31T22:28:38.682Z","avatar_url":"https://github.com/dnicolson.png","language":"Python","readme":"#Unmaintained\n\nThere is a fork available here:\nhttps://github.com/rdebeasi/CopySauce\n\n#CopySauce\n\nCopySauce was developed for working on Sitecore .NET projects to circumvent the build process by copying static files to the web root. It should also work for .NET projects where the web root is separate to the source files.\n\n##Configuring\n\nWhen first launched there will be a prompt to locate the project and web root directories. After this a `.CopySauce.json` will be created in the root of the project directory with these options:\n\n    {\n        \"cmd_after_copy\": \"\",\n        \"file_exclude_patterns\": [\n            \"^\\\\.\",\n            \".*\\\\.cs$\",\n            \"(?i).*\\\\.tmp$\"\n        ],\n        \"folder_exclude_patterns\": [\n            \"^\\\\.\"\n        ],\n        \"folders_to_watch\": [\n            \"css\",\n            \"images\",\n            \"img\",\n            \"javascript\",\n            \"js\",\n            \"scripts\",\n            \"layouts\",\n            \"views\",\n            \"xsl\"\n        ],\n        \"web_root\": \"\"\n    }\n\n##Requirements\n\n- Windows\n- Python 2.7\n- [Python for Windows extensions](http://sourceforge.net/projects/pywin32/)\n- [Watchdog](http://pypi.python.org/pypi/watchdog) module (install with [Setuptools](https://pypi.python.org/pypi/setuptools#windows))\n\n##Optional\n\n- [PyInstaller](http://www.pyinstaller.org/) (py2exe would probably work as well) can be used to make an executable:\n\n        python pyinstaller.py -F CopySauce.py -i CopySauce.ico\n\n- [UPX](http://upx.sourceforge.net/#download) for reducing binary size\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnicolson%2Fcopysauce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdnicolson%2Fcopysauce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnicolson%2Fcopysauce/lists"}