{"id":22396272,"url":"https://github.com/kmanadkat/gulpbst","last_synced_at":"2026-05-03T20:39:42.535Z","repository":{"id":108726778,"uuid":"187352291","full_name":"kmanadkat/gulpbst","owner":"kmanadkat","description":"Gulp - Bootstrap Project Starter. Remove Unused Bootstrap Components. Concatenate Multiple Js Files. Minified Html, CSS, JS. Scss Work Flow. Built-in Media Queries. Generates Minified jpg/png and Webp images. Start Creating at build/src. Ready Deploy Files at build/dist","archived":false,"fork":false,"pushed_at":"2019-05-18T17:47:45.000Z","size":557,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-22T20:02:34.447Z","etag":null,"topics":["bootstrap4","gulp","gulp-autoprefixer","gulp-concat","gulp-csso","gulp-htmlmin","gulp-imagemin","gulp-plugins","gulp-rename","gulp-sass","gulp-uglify","gulp-webp"],"latest_commit_sha":null,"homepage":"https://kmanadkat.github.io/gulpbst/","language":"CSS","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/kmanadkat.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-05-18T11:56:46.000Z","updated_at":"2020-09-28T04:21:01.000Z","dependencies_parsed_at":"2023-03-13T14:23:24.819Z","dependency_job_id":null,"html_url":"https://github.com/kmanadkat/gulpbst","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kmanadkat/gulpbst","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kmanadkat%2Fgulpbst","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kmanadkat%2Fgulpbst/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kmanadkat%2Fgulpbst/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kmanadkat%2Fgulpbst/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kmanadkat","download_url":"https://codeload.github.com/kmanadkat/gulpbst/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kmanadkat%2Fgulpbst/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32584645,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"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":["bootstrap4","gulp","gulp-autoprefixer","gulp-concat","gulp-csso","gulp-htmlmin","gulp-imagemin","gulp-plugins","gulp-rename","gulp-sass","gulp-uglify","gulp-webp"],"created_at":"2024-12-05T06:07:37.628Z","updated_at":"2026-05-03T20:39:42.529Z","avatar_url":"https://github.com/kmanadkat.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gulp v4.0.2 - Bootstrap v4.3 - SCSS Project Starter\n[![Gulp](https://img.shields.io/badge/Gulp-4.0.2-red.svg)](https://gulpjs.com/docs/en/getting-started/quick-start)\n[![Bootstrap](https://img.shields.io/badge/Bootstrap-4.3-blue.svg)](https://getbootstrap.com/docs/4.3/getting-started/introduction/)\n\n### Customize Bootstrap - Remove Unused Components!\nInstant Live Reload on Changes - GulpWatch + Vscode LiveServer\n\n\n![About Image](https://repository-images.githubusercontent.com/187352291/07d40680-7993-11e9-8e82-7e2aee97ac2d)\n\n### Features!\n- Browse Live Changes with auto-reload\n- Remove Unused Bootstrap Componenets\n- Concatinate Multiple Js Files\n- Minified Html, CSS, JS\n- Scss Work Flow.\n- Built-in Media Queries\n- Genrates Minified jpg/png \u0026 Webp images\n- Start Creating @ build/src\n- Ready Deploy Files @ build/dist\n\n### Installation\n- It requires [Node.js](https://nodejs.org/)\n- Open ```/build``` Folder inside Code editor (Ideally Vscode).\n- Install the devDependencies and build the starter package first.\n- Now Execute last command for watching changes and auto-compiling.\n- Enjoy Coding @ ```/src``` directory!\n```sh\n$ npm install\n$ npm run build\n$ npm run watch\n```\n\u003e Edit Files of ```/src``` folder, output will be in ```/dist``` folder(same root directory)\n\n- To remove Unused Bootstrap components, open ```build/src/bstscss/bootstrap.scss``` and simply comment out things you donot need. Gulp will take care of building new minified css file at ```build/dist/assets/css``` , As Simple As That!!\n\n### Plugins\n\nGulp + Bootstrap starter is extended with the following plugins. \n\n| Plugin | npmjs Links |\n| ------ | ------ |\n| gulp-csso | [Link](https://www.npmjs.com/package/gulp-csso) |\n| gulp-autoprefixer | [Link](https://www.npmjs.com/package/gulp-autoprefixer) |\n| gulp-sass | [Link](https://www.npmjs.com/package/gulp-sass) |\n| node-sass | [Link](https://www.npmjs.com/package/node-sass) |\n| gulp-htmlmin | [Link](https://www.npmjs.com/package/gulp-htmlmin) |\n| gulp-concat | [Link](https://www.npmjs.com/package/gulp-concat) |\n| gulp-uglify | [Link](https://www.npmjs.com/package/gulp-uglify) |\n| gulp-imagemin | [Link](https://www.npmjs.com/package/gulp-imagemin) |\n| gulp-webp | [Link](https://www.npmjs.com/package/gulp-webp) |\n| gulp-rename | [Link](https://www.npmjs.com/package/gulp-rename) |\n\n\n### MIT License\n\nCopyright (c) 2019 Krupesh Anadkat\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkmanadkat%2Fgulpbst","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkmanadkat%2Fgulpbst","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkmanadkat%2Fgulpbst/lists"}