{"id":42898109,"url":"https://github.com/code-warrior/gulp-template-for-html-css-sass-js","last_synced_at":"2026-01-30T15:16:33.858Z","repository":{"id":42221734,"uuid":"43499639","full_name":"code-warrior/gulp-template-for-html-css-sass-js","owner":"code-warrior","description":"A simple Gulp template for HTML, Sass/CSS, and ES6 JavaScript.","archived":false,"fork":false,"pushed_at":"2025-03-29T12:07:44.000Z","size":2557,"stargazers_count":35,"open_issues_count":6,"forks_count":40,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-03-29T12:20:25.072Z","etag":null,"topics":["css","es6","gulp-template","html","javascript","sass","scaffold","task-runner"],"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/code-warrior.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":"2015-10-01T14:00:49.000Z","updated_at":"2025-03-29T12:05:42.000Z","dependencies_parsed_at":"2025-03-29T12:30:04.415Z","dependency_job_id":null,"html_url":"https://github.com/code-warrior/gulp-template-for-html-css-sass-js","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/code-warrior/gulp-template-for-html-css-sass-js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-warrior%2Fgulp-template-for-html-css-sass-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-warrior%2Fgulp-template-for-html-css-sass-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-warrior%2Fgulp-template-for-html-css-sass-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-warrior%2Fgulp-template-for-html-css-sass-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/code-warrior","download_url":"https://codeload.github.com/code-warrior/gulp-template-for-html-css-sass-js/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-warrior%2Fgulp-template-for-html-css-sass-js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28914901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T12:13:43.263Z","status":"ssl_error","status_checked_at":"2026-01-30T12:13:22.389Z","response_time":66,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["css","es6","gulp-template","html","javascript","sass","scaffold","task-runner"],"created_at":"2026-01-30T15:16:33.169Z","updated_at":"2026-01-30T15:16:33.848Z","avatar_url":"https://github.com/code-warrior.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A Set of Gulp v5.x.x Tasks for Creating Web Projects Using HTML, CSS/Sass, and JavaScript\n\n(v5.0.0)\n\n---\n\n## Before You Start\n\n1. Ensure Java is installed, because Gulp requires it for events such as browser refreshing.\n2. Node version `v22.14.0` was used to develop this project. Make sure you’re running *at least* that version.\n3. CLI version of Gulp is `3.0.0`. Ensure you’re using `3.0.0` of Gulp’s CLI.\n\n---\n\n## Installation\n\nFrom the root folder, type `npm install`. This will create a folder called `node_modules` and download the plugins listed under the `devDependencies` section in the `package.json` file. If you encounter an `ERR!` message about `EACCES` on macOS, then run the command as the super user: `sudo npm install`.\n\n---\n\n## Tasks\n\nTyping `gulp --tasks`, or simply `gulp`, will render a list of tasks included in `gulpfile.js`. Tasks such as `build` and `serve` invoke other tasks and are executed in `\u003cseries\u003e`.\n\nEach task can be run on its own. For example, if all you want to do is validate your HTML, you can type `gulp validateHTML`.\n\n---\n\n## Running the Project\n\nAll your work must be added to the sub-folders under the `dev` folder: your markup in `html`, your Sass/CSS in `styles`, your JavaScript in `scripts`, and, your images in `img`.\n\nRun `gulp serve` while you’re developing your project. This will initiate multiple development-related tasks, then launch your default browser. File changes trigger a browser reload. Transpiled files (`.js` and `.css`) are written to the `temp` folder.\n\nFor production-ready projects, run `gulp build`, which creates a folder called `prod`. This is the folder you’d upload to your server if you were going live with your project.\n\n---\n\n## Test Environments\n\n* macOS Sequoia with Apple M2 Pro chip\n* macOS Ventura with Intel chip\n* PowerShell in Windows 11\n* Cygwin in Windows 11\n\n---\n\n## Legacy Versions\n\nOlder versions of this project exist under tags and in separate branches. For example, if you were looking for the version of this project that worked with `v3.9.0` of Gulp, you could check out branch `using-gulp-v3.9.0`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-warrior%2Fgulp-template-for-html-css-sass-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode-warrior%2Fgulp-template-for-html-css-sass-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-warrior%2Fgulp-template-for-html-css-sass-js/lists"}