{"id":15097916,"url":"https://github.com/ionic-team/ionic-gulp-tasks","last_synced_at":"2025-10-08T03:30:45.472Z","repository":{"id":54802985,"uuid":"53890803","full_name":"ionic-team/ionic-gulp-tasks","owner":"ionic-team","description":"Collection of gulp tasks for building Ionic apps","archived":true,"fork":false,"pushed_at":"2018-12-10T15:56:43.000Z","size":79,"stargazers_count":41,"open_issues_count":31,"forks_count":33,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-01-18T21:58:32.816Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/ionic-team.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":"2016-03-14T20:48:29.000Z","updated_at":"2023-01-28T05:33:19.000Z","dependencies_parsed_at":"2022-08-14T03:20:36.356Z","dependency_job_id":null,"html_url":"https://github.com/ionic-team/ionic-gulp-tasks","commit_stats":null,"previous_names":["driftyco/ionic-gulp-tasks"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ionic-team%2Fionic-gulp-tasks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ionic-team%2Fionic-gulp-tasks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ionic-team%2Fionic-gulp-tasks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ionic-team%2Fionic-gulp-tasks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ionic-team","download_url":"https://codeload.github.com/ionic-team/ionic-gulp-tasks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235233167,"owners_count":18957064,"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-09-25T16:41:24.071Z","updated_at":"2025-10-08T03:30:40.216Z","avatar_url":"https://github.com/ionic-team.png","language":"JavaScript","readme":"# [Deprecated]\nNow that Ionic 2 is out of beta, please see the [ionic-app-scripts](https://github.com/driftyco/ionic-app-scripts) repository for Ionic 2 build configuration scripts.\n\n### Ionic Gulp tasks\n\nA curated collection of [Gulp](http://gulpjs.com/) tasks for building Ionic apps. Using these tasks allows you to stay up to date if the default Ionic 2 build changes while it is in beta.\n\n#### Tasks\n\nTasks are configured to work by default with the Ionic starters generated by the [Ionic CLI](github.com/driftyco/ionic-cli).\n\nThe current list of tasks is:\n- [Browserify TypeScript task](./browserify-typescript)\n- [Browserify ES2015 task](./browserify-es2015)\n- [Webpack task (ES2015 and TypeScript)](./webpack)\n- [Sass build task](./sass-build)\n- [Fonts copy task](./fonts-copy)\n- [HTML copy task](./html-copy)\n- [Scripts copy task](./scripts-copy)\n- [TSLint task](./lint-typescript)\n- [*ESlint task](https://github.com/devillex/ionic-gulp-eslint)\n\n\n\\* Community maintained (not in this repo)\n\n#### Usage\n\nTo use a task in your Ionic project's Gulpfile, `require` it, then register it:\n\n```\nvar gulp = require('gulp'),\n    buildWebpack = require('ionic-gulp-webpack-build');\n\ngulp.task('build', buildWebpack);\n```\n\n#### API\n\nEach task takes an optional options object:\n```\n  gulp.task('watch', function(){\n    return webpackBuild({ watch: true });  \n  });\n```\n\nThe options depend on each task.  For more information on a particular task, take a look at its README.\n\n#### Return value\n\nEach task returns either a stream or promise.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fionic-team%2Fionic-gulp-tasks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fionic-team%2Fionic-gulp-tasks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fionic-team%2Fionic-gulp-tasks/lists"}