{"id":19989590,"url":"https://github.com/wavesoft/gulp-jbb","last_synced_at":"2025-10-04T17:07:02.461Z","repository":{"id":57257985,"uuid":"50958446","full_name":"wavesoft/gulp-jbb","owner":"wavesoft","description":"Gulp plug-in for creating javascript binary bundles","archived":false,"fork":false,"pushed_at":"2016-05-07T23:40:28.000Z","size":5068,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-01T10:12:54.349Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wavesoft.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":"2016-02-02T23:06:21.000Z","updated_at":"2016-02-03T08:18:25.000Z","dependencies_parsed_at":"2022-08-25T21:22:45.957Z","dependency_job_id":null,"html_url":"https://github.com/wavesoft/gulp-jbb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wavesoft/gulp-jbb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavesoft%2Fgulp-jbb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavesoft%2Fgulp-jbb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavesoft%2Fgulp-jbb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavesoft%2Fgulp-jbb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wavesoft","download_url":"https://codeload.github.com/wavesoft/gulp-jbb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavesoft%2Fgulp-jbb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278343086,"owners_count":25971400,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"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-13T04:48:33.950Z","updated_at":"2025-10-04T17:07:02.390Z","avatar_url":"https://github.com/wavesoft.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-jbb\n\n[![Version](https://img.shields.io/npm/v/gulp-jbb.svg?label=version\u0026maxAge=2592000)](https://www.npmjs.com/package/gulp-jbb)\n\n\u003e Compile javascript bundles to binary bundles using the [jbb compiler](https://github.com/wavesoft/jbb)\n\n## Installation\n\nInstall package with NPM and add it to your development dependencies:\n\n    npm install --save-dev gulp-jbb\n\n## Usage\n\n```javascript\nvar jbb   = require('gulp-jbb');\n\ngulp.task('bundles', function() {\n    return gulp\n        .src([ 'mybundle.jbbsrc' ])\n        .pipe(jbb({\n            'profile': 'three'\n        }))\n        .pipe(gulp.dest('build'));\n});\n```\n\n## Options\n\n- `profile`\n\n    The JBB Profile to use, for example `three` for [jbb-profile-three](https://github.com/wavesoft/jbb-profile-three).\n\n- `sparse` (optional)\n\n    Set to `true` to create a sparse JBB bundle (creates 4 files, loaded in parallel by the browser).\n\n- `path` (optional)\n\n    The base directory relative to which jbb compiler will search for other bundles (ex. dependencies).\n\n- `log` (optional)\n    \n    A bit mask with the compiler log messages to enable. This is used for debugging the binary protocol and should remain `0x00`\n\n- `name` (optional)\n    \n    Override the name of the bundle. This value is automatically populated based on the filename.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwavesoft%2Fgulp-jbb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwavesoft%2Fgulp-jbb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwavesoft%2Fgulp-jbb/lists"}