{"id":20748024,"url":"https://github.com/vicchi/bootleaf-sass","last_synced_at":"2026-04-16T06:02:43.025Z","repository":{"id":142466145,"uuid":"34844580","full_name":"vicchi/bootleaf-sass","owner":"vicchi","description":"A fork of Bryan McBride's Bootleaf, built using Sass and Grunt","archived":false,"fork":false,"pushed_at":"2015-04-30T08:57:17.000Z","size":1048,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-25T18:59:22.871Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vicchi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-30T08:55:34.000Z","updated_at":"2015-04-30T08:56:10.000Z","dependencies_parsed_at":"2023-03-13T20:22:45.594Z","dependency_job_id":null,"html_url":"https://github.com/vicchi/bootleaf-sass","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vicchi/bootleaf-sass","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vicchi%2Fbootleaf-sass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vicchi%2Fbootleaf-sass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vicchi%2Fbootleaf-sass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vicchi%2Fbootleaf-sass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vicchi","download_url":"https://codeload.github.com/vicchi/bootleaf-sass/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vicchi%2Fbootleaf-sass/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31873607,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"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":[],"created_at":"2024-11-17T08:15:07.914Z","updated_at":"2026-04-16T06:02:43.010Z","avatar_url":"https://github.com/vicchi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BootLeaf\n\n## What is Bootleaf?\n\nA simple, responsive template for building web mapping applications with [Bootstrap](http://getbootstrap.com/), [Leaflet](http://leafletjs.com/), and [typeahead.js](http://twitter.github.io/typeahead.js/).\n\n## What is Bootleaf-Sass then?\n\nA fork of Bootleaf, using Sass for generating CSS and with a Grunt driven build workflow to make it simpler to use Bootleaf as a template for your projects. Simpler if you use Sass and like Grunt that is. It worked for me, which was why I wrote this.\n\n## Requirements\n\n### Node.js\n\nNative installers for most operating systems, as well as the source code are available on nodejs.org's [download](https://nodejs.org/download/) page. If you're using a Mac and [Homebrew](http://brew.sh/) then try the following.\n\n```bash\n$ brew install node\n```\n\n### Ruby\n\nMost operating systems come with Ruby preinstalled, but it's a good idea to check.\n\n```bash\n$ ruby -v\n```\n\n### Grunt\n\nGrunt is installed via `npm`; if you've installed Node, you already have `npm` installed for you.\n\n```bash\n$ npm install -g grunt-cli\n```\n\n### Bower\n\nBower is also installed via `npm`.\n\n```bash\n$ npm install -g bower\n```\n\n### Sass\n\n```bash\n$ gem install sass\n```\n\n## Building Bootleaf\n\nClone the [Bootleaf-Sass](https://github.com/vicchi/bootleaf-sass) GitHub repository.\n\n```bash\n$ git clone git@github.com:vicchi/bootleaf-sass.git\n```\n\nInstall all component dependencies.\n\n```bash\n$ bower install\n$ npm install\n```\n\nBuild all Javascript and CSS files using the latest version of Bootleaf's components.\n\n```bash\n$ grunt build\n```\n\nAll of Bootleaf's files, with the exception of the `index.html` landing page, is contained within the `assets` directory. You can also package up all of the required files into a single `dist` directory, suitable for uploading to your web server of choice, using Grunt's `deploy` command.\n\n```bash\n$ grunt deploy\n```\n\n\n## Demo\n\nhttp://vicchi.github.io/bootleaf-sass/. See also the original Bootleaf demo here: http://bmcbride.github.io/bootleaf/\n\n## Features\n* Fullscreen mobile-friendly map template with responsive Navbar and modal placeholders\n* jQuery loading of external GeoJSON files\n* Logical multiple layer marker clustering via the [leaflet marker cluster plugin](https://github.com/Leaflet/Leaflet.markercluster)\n* Elegant client-side multi-layer feature search with autocomplete using [typeahead.js](http://twitter.github.io/typeahead.js/)\n* Responsive sidebar feature list with sorting and filtering via [list.js](http://listjs.com/)\n* Marker icons included in grouped layer control via the [grouped layer control plugin](https://github.com/ismyrnow/Leaflet.groupedlayercontrol)\n\n## Screenshots\n\n![Desktop](http://bmcbride.github.io/bootleaf/screenshots/bootleaf-desktop1.png)\n\n![Desktop Search](http://bmcbride.github.io/bootleaf/screenshots/bootleaf-desktop2.png)\n\n![Desktop Popup](http://bmcbride.github.io/bootleaf/screenshots/bootleaf-desktop3.png)\n\n![Mobile](http://bmcbride.github.io/bootleaf/screenshots/bootleaf-mobile1.png)\n\n![Mobile Popup](http://bmcbride.github.io/bootleaf/screenshots/bootleaf-mobile2.png)\n\n![Mobile Search](http://bmcbride.github.io/bootleaf/screenshots/bootleaf-mobile3.png)\n\n![Mobile Menu](http://bmcbride.github.io/bootleaf/screenshots/bootleaf-mobile4.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvicchi%2Fbootleaf-sass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvicchi%2Fbootleaf-sass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvicchi%2Fbootleaf-sass/lists"}