{"id":17070535,"url":"https://github.com/oakmac/example-build-system","last_synced_at":"2026-05-06T07:40:55.366Z","repository":{"id":66970561,"uuid":"158018107","full_name":"oakmac/example-build-system","owner":"oakmac","description":"An example build system for a simple website.","archived":false,"fork":false,"pushed_at":"2019-01-11T06:42:40.000Z","size":101,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-28T17:26:17.254Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oakmac.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-17T19:34:45.000Z","updated_at":"2018-11-17T20:58:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"f42ff1d1-1bf4-4ada-990a-a6c9e8a432b8","html_url":"https://github.com/oakmac/example-build-system","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/oakmac%2Fexample-build-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oakmac%2Fexample-build-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oakmac%2Fexample-build-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oakmac%2Fexample-build-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oakmac","download_url":"https://codeload.github.com/oakmac/example-build-system/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245090875,"owners_count":20559298,"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-14T11:32:07.157Z","updated_at":"2026-05-06T07:40:55.318Z","avatar_url":"https://github.com/oakmac.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Example Build System [![Build Status](https://travis-ci.org/oakmac/example-build-system.svg?branch=master)](https://travis-ci.org/oakmac/example-build-system)\n\nThis repo contains a simple build + [Travis CI] setup appropriate for a simple website.\n\nIt uses [npm scripts] (located in the `package.json` file under the `\"scripts\"` key) with\nsome basic tools like [UglifyJS], [StandardJS] and [onchange].\n\n#### First-time Setup\n\n```sh\nnpm install\n```\n\n#### Create a build\n\nThe build uses [UglifyJS] to concatenate and then minify all of the files located\nin the `src-js/` folder. It creates the `public/js/app.js` file (which is ignored by git).\n\n```sh\nnpm run build\n```\n\n#### Test System\n\nTests for [StandardJS] compliance for all files located in `src-js/`. A simple `travis.yml`\nfile is included to run your tests on [Travis CI].\n\n```sh\nnpm run test\n```\n\n#### Watch files for development\n\nWatch for file changes in the `src-js/` folder while developing and automatically\nbuild `public/js/app.js`.\n\n```sh\nnpm run watch\n```\n\n## License\n\n[ISC License](LICENSE.md)\n\n[npm scripts]:https://scotch.io/tutorials/using-npm-as-a-build-tool\n[Travis CI]:https://travis-ci.org/\n[UglifyJS]:https://github.com/mishoo/UglifyJS2/tree/harmony\n[StandardJS]:https://standardjs.com/\n[onchange]:https://github.com/Qard/onchange\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foakmac%2Fexample-build-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foakmac%2Fexample-build-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foakmac%2Fexample-build-system/lists"}