{"id":18104624,"url":"https://github.com/scarfacedeb/brunch-elixir-web","last_synced_at":"2026-05-02T19:31:34.955Z","repository":{"id":152091220,"uuid":"102637155","full_name":"scarfacedeb/brunch-elixir-web","owner":"scarfacedeb","description":"Brunch skeleton for basic elixir frontend","archived":false,"fork":false,"pushed_at":"2017-09-07T10:47:42.000Z","size":48,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-06T06:17:18.310Z","etag":null,"topics":["brunch","postcss"],"latest_commit_sha":null,"homepage":null,"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/scarfacedeb.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":"2017-09-06T17:18:40.000Z","updated_at":"2017-09-06T18:50:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"e9f82cda-03bb-48c4-bbdf-00a6836c49e5","html_url":"https://github.com/scarfacedeb/brunch-elixir-web","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/scarfacedeb/brunch-elixir-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scarfacedeb%2Fbrunch-elixir-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scarfacedeb%2Fbrunch-elixir-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scarfacedeb%2Fbrunch-elixir-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scarfacedeb%2Fbrunch-elixir-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scarfacedeb","download_url":"https://codeload.github.com/scarfacedeb/brunch-elixir-web/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scarfacedeb%2Fbrunch-elixir-web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32547645,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T19:18:06.202Z","status":"ssl_error","status_checked_at":"2026-05-02T19:16:21.335Z","response_time":132,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["brunch","postcss"],"created_at":"2024-10-31T22:15:21.985Z","updated_at":"2026-05-02T19:31:34.917Z","avatar_url":"https://github.com/scarfacedeb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Brunch sketelon for Elixir-based traditional web apps\n\nBootstrap a new frontend for elixir apps in minutes.\n\nIt's strictly for traditional backend-frontend websites, \nwithout heavy javascript functionality.\n\nSpecifially, it's a starting point to create new template for elixir app.\n\n### Features\n\n- Brunch for fast development\n- PostCSS with couple of plugins\n- Babel for es6/es7 support\n- Live reload\n- ESLint and StyleLint for consistency\n\n### How to start\n\n1. Install brunch if you don't have it:\n```\nnpm install -g brunch\n```\n\n2. Create new directory for the new project:\n```\nmkdir new_app \u0026\u0026 cd new_app\n```\n\n2. Fetch brunch skeleton:\n```\nbrunch new --skeleton https://github.com/scarfacedeb/brunch-elixir-web\n```\n\n4. Run brunch watcher:\n```\nnpm run watch\n```\n\n5. Open index.html:\n```\nopen ./public/index.html\n```\n\n### Directory organization\n\n`css/js/html` contain css/js/html assets respectively.  \nTo add new html page, create new file in `html/`.\n\n`static/` contains images, fonts, and other static assets.\n\n`public/` contains compiled assets that shouldn't be edited by hand.\n\n`css` partials have to be prefixed with `_` and imported in `css/app.css`.\n`js` files have to be imported using ES6 `import`.\n\n### Included PostCSS plugins\n\n1. [postcss-easy-import](https://github.com/trysound/postcss-easy-import) to support `@import` with prefixes (`_`)\n2. [postcss-custom-properties](https://github.com/postcss/postcss-custom-properties) to add CSS4 variables.\n3. [postcss-nested](https://github.com/postcss/postcss-nested) to enable nested rules.\n4. [postcss-selector-matches](https://github.com/postcss/postcss-selector-matches) to add support of `p:matches(:first-child, .special) {`\n5. [postcss-selector-not](https://github.com/postcss/postcss-selector-not) to add support of `p:not(:first-child, .special) {`\n6. [postcss-discard-empty](https://github.com/ben-eb/postcss-discard-empty) to remove empty rules.\n7. [css-mqpacker](https://github.com/hail2u/node-css-mqpacker) to pack same CSS media query rules into one.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscarfacedeb%2Fbrunch-elixir-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscarfacedeb%2Fbrunch-elixir-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscarfacedeb%2Fbrunch-elixir-web/lists"}