{"id":19816740,"url":"https://github.com/welldone-software/gulp-simple-requirejs","last_synced_at":"2026-06-10T12:31:24.447Z","repository":{"id":26131675,"uuid":"29576585","full_name":"welldone-software/gulp-simple-requirejs","owner":"welldone-software","description":"A gulp requirejs enabler, passing through all the arguments to rjs","archived":false,"fork":false,"pushed_at":"2015-01-22T14:44:34.000Z","size":148,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-05T07:21:22.538Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/welldone-software.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-21T07:05:34.000Z","updated_at":"2015-01-22T14:44:34.000Z","dependencies_parsed_at":"2022-08-25T17:11:03.947Z","dependency_job_id":null,"html_url":"https://github.com/welldone-software/gulp-simple-requirejs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/welldone-software/gulp-simple-requirejs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/welldone-software%2Fgulp-simple-requirejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/welldone-software%2Fgulp-simple-requirejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/welldone-software%2Fgulp-simple-requirejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/welldone-software%2Fgulp-simple-requirejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/welldone-software","download_url":"https://codeload.github.com/welldone-software/gulp-simple-requirejs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/welldone-software%2Fgulp-simple-requirejs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34153482,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-12T10:10:29.251Z","updated_at":"2026-06-10T12:31:24.419Z","avatar_url":"https://github.com/welldone-software.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-simple-requirejs\nA gulp requirejs enabler, passing through all the arguments to rjs\n\n## Rational\n\nWe needed a requiredjs gulp plugin that, on the one hand, supported advanced features such as includes, source maps etc,\nand on the other hand, does not impose starting from `gulp.src`, but rather starts the stream on its own, using the standard rjs arguments.\n\n## Features\n\nSupport all single file optimization features including source maps.\n\n## Example\n\n```js\nvar rjs = require('gulp-simple-requirejs'),\n    dstDir = 'dist',\n    srcDir = 'src';\n\nreturn rjs({\n        name: 'main',\n        baseUrl: srcDir ,\n        mainConfigFile: path.join(srcDir, 'main.js'),\n        optimize: 'uglify2',\n        preserveLicenseComments: false,\n        generateSourceMaps: true,\n        //include: extraIncludes,\n        out: 'main.js'\n    })\n    .pipe(gulp.dest(dstDir));\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwelldone-software%2Fgulp-simple-requirejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwelldone-software%2Fgulp-simple-requirejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwelldone-software%2Fgulp-simple-requirejs/lists"}