{"id":18347966,"url":"https://github.com/collaborne/gulp-polymer-build-utils","last_synced_at":"2025-07-13T13:36:16.049Z","repository":{"id":57154375,"uuid":"99449978","full_name":"Collaborne/gulp-polymer-build-utils","owner":"Collaborne","description":"Utils to simplify building Polymer applications","archived":false,"fork":false,"pushed_at":"2022-10-07T13:33:46.000Z","size":38,"stargazers_count":6,"open_issues_count":3,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-21T21:11:40.264Z","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/Collaborne.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":"2017-08-05T22:01:41.000Z","updated_at":"2020-02-07T11:47:43.000Z","dependencies_parsed_at":"2022-09-07T12:20:36.459Z","dependency_job_id":null,"html_url":"https://github.com/Collaborne/gulp-polymer-build-utils","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Collaborne%2Fgulp-polymer-build-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Collaborne%2Fgulp-polymer-build-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Collaborne%2Fgulp-polymer-build-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Collaborne%2Fgulp-polymer-build-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Collaborne","download_url":"https://codeload.github.com/Collaborne/gulp-polymer-build-utils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247463744,"owners_count":20942935,"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-11-05T21:15:53.408Z","updated_at":"2025-04-06T09:31:32.566Z","avatar_url":"https://github.com/Collaborne.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-polymer-build-utils [![Build Status](https://travis-ci.org/Collaborne/gulp-polymer-build-utils.svg?branch=master)](https://travis-ci.org/Collaborne/gulp-polymer-build-utils) [![Greenkeeper badge](https://badges.greenkeeper.io/Collaborne/gulp-polymer-build-utils.svg)](https://greenkeeper.io/)\n\nUtils to simplify building Polymer applications\n\nSee this [blog post](https://medium.com/collaborne-engineering/building-polymer-app-with-gulp-dee266d348df) about the background and functionality of the gulp plugins.\n\n## Usage\n\nInstall the build-utils:\n```\nnpm install gulp-polymer-build-utils --save\n```\n\nUse the plugins and tasks in the Gulp config file `gulpfile.js`:\n\n```\nconst gulp = require('gulp');\nconst polymerBuildUtils = require('gulp-polymer-build-utils');\nconst runSequence = require('run-sequence');\n\ngulp.task('prepare-dist', function() {\n  return polymerBuildUtils.polymerBuild(require('./polymer.json'))\n    .pipe(polymerBuildUtils.addCspCompliance())\n    .pipe(polymerBuildUtils.addCacheBusting())\n    .pipe(polymerBuildUtils.optimizeAssets())\n    .pipe(polymerBuildUtils.injectCustomElementsEs5Adapter())\n    .pipe(gulp.dest('dist'));\n});\n\ngulp.task('default', function(cb) {\n  runSequence('prepare-dist', 'inline-references', cb);\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcollaborne%2Fgulp-polymer-build-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcollaborne%2Fgulp-polymer-build-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcollaborne%2Fgulp-polymer-build-utils/lists"}