{"id":14967643,"url":"https://github.com/kobrix/minimal-gulp-sass-pug-starter","last_synced_at":"2025-10-25T20:31:45.171Z","repository":{"id":42209833,"uuid":"182283013","full_name":"kobrix/Minimal-Gulp-Sass-Pug-starter","owner":"kobrix","description":"Basic starter for Gulping Sass and Pug","archived":false,"fork":false,"pushed_at":"2023-03-04T03:36:38.000Z","size":3185,"stargazers_count":5,"open_issues_count":6,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-31T10:25:25.260Z","etag":null,"topics":["css","gulp","gulpjs","html","imagemin","pug","pugjs","sass","starter","webdesign"],"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/kobrix.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":"2019-04-19T15:09:34.000Z","updated_at":"2024-10-02T16:15:26.000Z","dependencies_parsed_at":"2024-09-02T18:01:24.538Z","dependency_job_id":null,"html_url":"https://github.com/kobrix/Minimal-Gulp-Sass-Pug-starter","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kobrix%2FMinimal-Gulp-Sass-Pug-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kobrix%2FMinimal-Gulp-Sass-Pug-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kobrix%2FMinimal-Gulp-Sass-Pug-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kobrix%2FMinimal-Gulp-Sass-Pug-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kobrix","download_url":"https://codeload.github.com/kobrix/Minimal-Gulp-Sass-Pug-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238207646,"owners_count":19434095,"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":["css","gulp","gulpjs","html","imagemin","pug","pugjs","sass","starter","webdesign"],"created_at":"2024-09-24T13:38:23.910Z","updated_at":"2025-10-25T20:31:39.848Z","avatar_url":"https://github.com/kobrix.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Minimal Gulp-Sass-Pug starter\n==============================================================\n\nA blank-sheet playground starter kit based on [Sass](http://sass-lang.com) and [Pug](https://pugjs.org/) and run with [Gulp](https://gulpjs.com). There’s not a lot here, it’s not a framework, has no support for compiling .js ~~or images~~, and may not work on your setup. The gulpfile may not be the most elegant either, and you might have different views on tabbing, etc.\n\nI made this purely as a starter for my own stand-alone experiments with css. That said, free to grab and fandoogle it to your own dastardly purposes.\n\n\n## tl;dr\n\nClone this repo, then:\n\n1. `npm install`\n2. `npm start`\n\n## Outline\n\nRunning this will:\n\n1. watch files in `./src/_pug/` and `./src/_sass/` for changes\n1. compile `*.pug` to `*.html` files under `./_site/`\n1. compile `*.sass` to `./_site/main.css`\n1. invoke a server to render the page from `./_site` (set to open in Firefox)\n\n## Features\n\n- [Gulp 4](https://gulpjs.com)\n- [Normalize](https://necolas.github.io/normalize.css/)\n- [Bourbon](https://www.bourbon.io)\n- [PostCSS](https://postcss.org)\n\t- [Autoprefixer](https://github.com/postcss/autoprefixer)\n\t- [cssnano](https://cssnano.co)\n- [Pug](https://pugjs.org/)\n- [Imagemin](https://github.com/imagemin/imagemin)\n- [Browsersync](https://www.browsersync.io)\n\n## Installation\n\n### Requirements\n\nThis assumes [NodeJS](https://nodejs.org/) is already installed in your favourite manner.\n\nClone or download to somewhere sensible, then:\n\n```\n$ npm install\n```\n\nIt might be wise to run `npm update --save-dev` first to freshen-up the versions. Or if [npm-check-updates](https://github.com/raineorshine/npm-check-updates) is installed run `ncu -u` then `npm install`.\n\nThen run either `npm start` or simply just `gulp`.\n\n### Useful commands\n\nClobber and rebuild the site folder:\n\n```\n$ gulp build\n```\n\nWatch for changes after a manual rebuild:\n\n```\n$ gulp watch\n```\n\nClobber the site folder without rebuilding:\n```\n$ gulp clean\n```\n\n## Usage\nEdit the `.pug` and `.sass` files as you see fit, and these will be compiled to the site folder. It's probably cleaner to let `main.sass` import the `.sass` partials, or just shove all your sass into main.sass and ignore the other files. Nomalize will be included anyway.\n\nEdit `gulpfile.js` to change browsersync settings if Firefox isn’t your bag, and change the postCSS options to suit your specific compatibility preferences.\n\nSee the various documentation pages (linked above) for full configuration details. Or better still, grab a copy of the excellent [Dash](https://kapeli.com/dash) docset reader.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkobrix%2Fminimal-gulp-sass-pug-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkobrix%2Fminimal-gulp-sass-pug-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkobrix%2Fminimal-gulp-sass-pug-starter/lists"}