{"id":16451533,"url":"https://github.com/pauldraper/play-closure","last_synced_at":"2025-08-02T07:39:33.925Z","repository":{"id":25692252,"uuid":"29128426","full_name":"pauldraper/play-closure","owner":"pauldraper","description":"Google Closure tools integrated within the Scala Play web framework","archived":false,"fork":false,"pushed_at":"2015-01-12T10:04:55.000Z","size":436,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-09T07:40:57.513Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scala","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/pauldraper.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":"2015-01-12T09:35:29.000Z","updated_at":"2015-01-12T10:04:56.000Z","dependencies_parsed_at":"2022-07-25T14:52:03.103Z","dependency_job_id":null,"html_url":"https://github.com/pauldraper/play-closure","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauldraper%2Fplay-closure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauldraper%2Fplay-closure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauldraper%2Fplay-closure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauldraper%2Fplay-closure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pauldraper","download_url":"https://codeload.github.com/pauldraper/play-closure/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240876861,"owners_count":19871903,"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-10-11T10:09:10.707Z","updated_at":"2025-02-26T15:14:29.739Z","avatar_url":"https://github.com/pauldraper.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# play-closure\n\nThe project brings the goodness of Google Closure and the features of Plovr into the Scala Play framework.\n\nThis is under active development.\n\n## Usage\n\n### Setup\n\n(Artificats have not yet been publish...this only describes how it will work.)\n\n1. In project/plugins.sbt, add\n\n  ```scala\n  addSbtPlugin(\"com.github.pauldraper.playclosure\" % \"sbt-plugin\" % \"0.0-SNAPSHOT\")\n\n  libraryDependencies ~= (_.map(_.exclude(\"org.sonatype.sisu\", \"sisu-guice\")))\n  ```\n\n1. In build.sbt, enable the `PlayPlovr` plugin.\n\n  ```scala\n  lazy val example = (project in file(\".\")).enablePlugins(PlayScala, PlayPlovr)\n  ```\n\n1. Add a route for Plovr in conf/routes.\n\n  ```\n  GET /plovr/*path com.github.pauldraper.playclosure.play.controllers.PlovrController(path)\n  ```\n\n1. Put your Plovr configurations as .json files in conf/plovr.\n\n### Deploying\n\nPlovr will compile the JS and include them in the jar.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpauldraper%2Fplay-closure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpauldraper%2Fplay-closure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpauldraper%2Fplay-closure/lists"}