{"id":21980959,"url":"https://github.com/dimianni/gulp_config","last_synced_at":"2026-04-15T05:32:25.490Z","repository":{"id":139907703,"uuid":"316467086","full_name":"dimianni/gulp_config","owner":"dimianni","description":"My Gulp Configuration","archived":false,"fork":false,"pushed_at":"2021-05-26T14:47:56.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-11T07:44:52.439Z","etag":null,"topics":["gulp","gulp-configuration","gulp4","gulpconfig","gulpjs"],"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/dimianni.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-27T10:14:32.000Z","updated_at":"2021-05-26T15:02:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"885c6005-5fc8-4b4d-ab28-3946cdd39610","html_url":"https://github.com/dimianni/gulp_config","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dimianni/gulp_config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimianni%2Fgulp_config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimianni%2Fgulp_config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimianni%2Fgulp_config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimianni%2Fgulp_config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dimianni","download_url":"https://codeload.github.com/dimianni/gulp_config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimianni%2Fgulp_config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31828531,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"online","status_checked_at":"2026-04-15T02:00:06.175Z","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":["gulp","gulp-configuration","gulp4","gulpconfig","gulpjs"],"created_at":"2024-11-29T17:15:03.536Z","updated_at":"2026-04-15T05:32:25.445Z","avatar_url":"https://github.com/dimianni.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Gulp Configuration\n\nThis is a basic gulp configuration, which is perfectly suitable for landing page development and can be easily tweaked for any needs. It was my core configuration that I used for development up until I have built my [webpack configuration](https://github.com/dimianni/my-webpack-configuration).\n\n## To clone the repo, run the following command:\n\n```bash\ngit clone https://github.com/dimianni/gulp_config.git\n```\n\n## Installation\n\nFirst, make sure you have installed [NodeJS](https://nodejs.org/en/) globally on computer.\n\nThen, install [Gulp](https://gulpjs.com/docs/en/getting-started/quick-start) globally with this command:\n\n```bash\n   npm i --global gulp-cli\n```\n\nAfter having installed Node and Gulp, and cloning the repo, run the following command in the folder's terminal:\n\n```bash\n  npm i \n```\n\nnode_modules folder and all the dependencies will be downloaded.\n\n## Usage\n\nThere are only two commands.\n\nThis will start a development server:\n```bash\ngulp \n```\n\nThis will create a production build:\n```bash\ngulp build\n```\n\n## Features\n\nSome features of this configuration:\n\n - Has a server which watches for changes in HTML, SCSS, and JavaScript. It recompiles the files every time so that you do not have to reload the page while developing.\n - Concatenates all JavaScript files into one minified file on build.\n - Concatenates all CSS files into one minified file on build.\n - Compresses images on build. WebP versions of JPG and PNG images are created.\n\n## Contributing\n\nPull requests are welcome. Feel free to fix any issues, and suggest any other features that this configuration could support.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimianni%2Fgulp_config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdimianni%2Fgulp_config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimianni%2Fgulp_config/lists"}