{"id":13665284,"url":"https://github.com/dwickern/sbt-emberjs","last_synced_at":"2025-04-26T08:31:42.371Z","repository":{"id":148534861,"uuid":"28047352","full_name":"dwickern/sbt-emberjs","owner":"dwickern","description":null,"archived":true,"fork":false,"pushed_at":"2015-05-28T15:24:42.000Z","size":872,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-11T00:36:56.358Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dwickern.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":"2014-12-15T17:17:05.000Z","updated_at":"2023-01-28T10:36:40.000Z","dependencies_parsed_at":"2023-03-30T05:01:41.115Z","dependency_job_id":null,"html_url":"https://github.com/dwickern/sbt-emberjs","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/dwickern%2Fsbt-emberjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwickern%2Fsbt-emberjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwickern%2Fsbt-emberjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwickern%2Fsbt-emberjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dwickern","download_url":"https://codeload.github.com/dwickern/sbt-emberjs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250959797,"owners_count":21514335,"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":[],"created_at":"2024-08-02T06:00:31.768Z","updated_at":"2025-04-26T08:31:41.888Z","avatar_url":"https://github.com/dwickern.png","language":"JavaScript","funding_links":[],"categories":["WEB"],"sub_categories":[],"readme":"# sbt-emberjs\n\nPrecompile ember.js templates as part of the SBT asset pipeline.\n\nThis plugin is compatible with ember.js 1.10 and later, since the introduction of HTMLBars. For ember.js versions 1.9 and older, use [version 1.0](https://github.com/dwickern/sbt-emberjs/tree/1.0) of this plugin.\n\n## Usage\n\nAdd this line to your project's `plugins.sbt` file:\n\n    addSbtPlugin(\"com.github.dwickern\" % \"sbt-emberjs\" % \"2.0.1\")\n\nConfigure your `build.sbt` with the path to `ember-template-compiler.js` in your ember.js distribution:\n\n    EmberjsKeys.emberjsPrecompiler := baseDirectory.value / \"js\" / \"ember-template-compiler.js\"\n\nOnce configured, any `*.handlebars` or `*.hbs` files placed in `app/assets/templates` will be compiled to JavaScript code in `target/web/public`.\n\nThe relative path is used as the template name, for example `app/assets/templates/navigation/header.handlebars` will be compiled to a template named `navigation/header`.\n\nTo change the directory where templates are located:\n\n    sourceDirectory in EmberjsKeys.emberjs in Assets := (sourceDirectory in Assets).value / \"my-templates\"\n\n## License\n\nCopyright 2014 Derek Wickern\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdwickern%2Fsbt-emberjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdwickern%2Fsbt-emberjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdwickern%2Fsbt-emberjs/lists"}