{"id":22450646,"url":"https://github.com/bergos/jake-requirejs","last_synced_at":"2025-03-27T12:18:58.008Z","repository":{"id":7488629,"uuid":"8837546","full_name":"bergos/jake-requirejs","owner":"bergos","description":null,"archived":false,"fork":false,"pushed_at":"2013-03-17T18:57:07.000Z","size":108,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-02T17:03:37.310Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bergos.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-03-17T16:42:45.000Z","updated_at":"2020-12-13T20:42:23.000Z","dependencies_parsed_at":"2022-08-27T03:24:52.752Z","dependency_job_id":null,"html_url":"https://github.com/bergos/jake-requirejs","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/bergos%2Fjake-requirejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bergos%2Fjake-requirejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bergos%2Fjake-requirejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bergos%2Fjake-requirejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bergos","download_url":"https://codeload.github.com/bergos/jake-requirejs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245841761,"owners_count":20681195,"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-12-06T05:16:58.013Z","updated_at":"2025-03-27T12:18:57.991Z","avatar_url":"https://github.com/bergos.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jake-requirejs\n\nThe `jake-requirejs` package contains optimizer functions for [Jake](https://github.com/mde/jake) using [RequireJS](http://requirejs.org/).\n\n## Usage\n\nSimply add the following code near the top of your `Jakefile`:\n\n    var jakeRequireJs = require('jake-requirejs');\n\n### Default Optimizer\n\nThe following example calls `r.js` using the `example.build.js` configuration without minification.\n\n    jakeRequireJs.optimize('example.build.js', {'optimize':'none'}, function(){console.log('done');});\n\n### Worker Optimizer\n\nThe following example calls `r.js` using the `worker.build.js` configuration and removes any `importScripts` for `require.js`, `require.min.js` and `require-worker.js` from the output file.\n\n    jakeRequireJs.optimizeWorker('worker.build.js', {});\n\n### License\n\nLicensed under the Apache License, Version 2.0\n(\u003chttp://www.apache.org/licenses/LICENSE-2.0\u003e)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbergos%2Fjake-requirejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbergos%2Fjake-requirejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbergos%2Fjake-requirejs/lists"}