{"id":15542828,"url":"https://github.com/dustinfarris/elm-css-brunch","last_synced_at":"2025-06-10T18:34:50.396Z","repository":{"id":57222539,"uuid":"84641326","full_name":"dustinfarris/elm-css-brunch","owner":"dustinfarris","description":"Compile your elm-css stylesheets using Brunch!","archived":false,"fork":false,"pushed_at":"2017-05-05T22:04:29.000Z","size":9,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-03T12:27:02.260Z","etag":null,"topics":["brunch","brunch-plugin","elm","elm-css"],"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/dustinfarris.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}},"created_at":"2017-03-11T10:17:55.000Z","updated_at":"2019-06-18T16:26:07.000Z","dependencies_parsed_at":"2022-08-29T04:10:14.971Z","dependency_job_id":null,"html_url":"https://github.com/dustinfarris/elm-css-brunch","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dustinfarris%2Felm-css-brunch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dustinfarris%2Felm-css-brunch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dustinfarris%2Felm-css-brunch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dustinfarris%2Felm-css-brunch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dustinfarris","download_url":"https://codeload.github.com/dustinfarris/elm-css-brunch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248381757,"owners_count":21094525,"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":["brunch","brunch-plugin","elm","elm-css"],"created_at":"2024-10-02T12:24:37.125Z","updated_at":"2025-04-11T11:03:32.943Z","avatar_url":"https://github.com/dustinfarris.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# elm-css-brunch\n\nCompile your [elm-css](https://github.com/rtfeldman/elm-css) stylesheets with Brunch.\n\n\n## Quickstart\n\nFollow the [instructions](https://github.com/rtfeldman/elm-css#approach-2-generating-css-files) in the elm-css README to set up an Elm program that is\nresponsible for compiling your stylesheets.  This code will likely go in a file\ncalled Stylesheets.elm.\n\nInstall this plugin (with yarn or npm):\n\n```\nyarn add -D elm-css-brunch\n```\n\nAdd a plugin config to your brunch-config.js telling the plugin where to find\nyour Stylesheets.elm.\n\n```js\nplugins: {\n  elmCss: {\n    sourcePath: 'elm/Stylesheets.elm'\n  }\n  ...\n}\n```\n\n\n## Configuration\n\nThe implementation was mostly copied from the elm-css executable.  You can pass\nthe same [configuration options](https://github.com/rtfeldman/elm-css/blob/master/elm-css.js#L12-L16) as you would there.\n\nFor example, to configure the `outputDir` (which defaults to \"css/\" in the\ncurrent directory):\n\n```js\noutputDir: '../priv/static/'\n```\n\nYou may also specify a pattern to watch for re-triggering elm-css.\n\nExample:\n\n```js\npattern: /Styles.elm/\n```\n\nIf you do not specify a pattern, a new elm-css build will be triggered every\ntime a .elm file is written.\n\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdustinfarris%2Felm-css-brunch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdustinfarris%2Felm-css-brunch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdustinfarris%2Felm-css-brunch/lists"}