{"id":22788976,"url":"https://github.com/ripeworks/web-build","last_synced_at":"2025-03-30T16:23:26.947Z","repository":{"id":26032491,"uuid":"29475534","full_name":"ripeworks/web-build","owner":"ripeworks","description":"Build tooling for web projects","archived":false,"fork":false,"pushed_at":"2015-07-10T19:25:38.000Z","size":260,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-05T18:03:02.841Z","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/ripeworks.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-19T14:50:32.000Z","updated_at":"2015-02-12T15:36:50.000Z","dependencies_parsed_at":"2022-08-24T14:19:44.581Z","dependency_job_id":null,"html_url":"https://github.com/ripeworks/web-build","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/ripeworks%2Fweb-build","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ripeworks%2Fweb-build/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ripeworks%2Fweb-build/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ripeworks%2Fweb-build/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ripeworks","download_url":"https://codeload.github.com/ripeworks/web-build/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246344284,"owners_count":20762175,"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-12T01:39:25.628Z","updated_at":"2025-03-30T16:23:26.906Z","avatar_url":"https://github.com/ripeworks.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gulp tooling for web projects\n\nConfigurable gulp tooling with sane conventions.\n\nIncludes the following:\n\n* browserify + watchify\n* browserSync\n* coffeescript\n* stylus\n* sourcemaps\n* production builds\n* custom server\n\n## Usage\n\n* `npm install --save-dev web-build gulp`\n* Create a gulpfile for your project\n* Configure and require:\n\n```js\nvar gulp = require('gulp')\nvar options = {\n  scripts: ['app/app.js', 'server/server.js'],\n  styles: {\n    src: ['styles/application.styl'],\n    watch: 'styles'\n  },\n  server: {\n    path: 'server/server.js',\n    port: 3001,\n    timeout: 2000,\n    extensions: ['js', 'jade'],\n    watch: ['server']\n  }\n}\n\nrequire('web-build')(gulp, options)\n```\n\n* Use gulp (`gulp watch`, `gulp build`)\n\n## Options\n\n| option | description | default |\n|--------|-------------|---------|\n| scripts | Array of scripts to build. | `[]` |\n| styles  | Object including `src` array of stylesheets to build and an optional `watch` directory to watch for changes. | `{}` |\n| server | Object including `path` string to server script, `port` to listen on, `watch` array of directories to watch for changes. _Port must be different from main port option because a proxy is used with BrowserSync._ | `false` |\n| port | Port to listen on. | `3000` |\n| paths | Object including `dest` string to build destination, `scripts` string to scripts destination, `styles` string to stylesheets destination. | `{dest: 'public', scripts: 'js', styles: 'css'}` |\n\n## Roadmap\n\n* ES6 support\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fripeworks%2Fweb-build","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fripeworks%2Fweb-build","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fripeworks%2Fweb-build/lists"}