{"id":21091490,"url":"https://github.com/runtimellc/assets_pipeline","last_synced_at":"2025-05-16T13:31:54.065Z","repository":{"id":65599447,"uuid":"58404564","full_name":"RuntimeLLC/assets_pipeline","owner":"RuntimeLLC","description":"Asset Pipeline for Rails with your favourite js bundler","archived":false,"fork":false,"pushed_at":"2017-02-10T14:24:24.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-20T14:06:49.752Z","etag":null,"topics":["assets-management","assets-manifest","gulp","rails","sprockets","webpack"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/RuntimeLLC.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":"2016-05-09T20:05:19.000Z","updated_at":"2018-07-16T14:51:54.000Z","dependencies_parsed_at":"2023-01-31T06:45:17.012Z","dependency_job_id":null,"html_url":"https://github.com/RuntimeLLC/assets_pipeline","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RuntimeLLC%2Fassets_pipeline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RuntimeLLC%2Fassets_pipeline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RuntimeLLC%2Fassets_pipeline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RuntimeLLC%2Fassets_pipeline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RuntimeLLC","download_url":"https://codeload.github.com/RuntimeLLC/assets_pipeline/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254538473,"owners_count":22087869,"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":["assets-management","assets-manifest","gulp","rails","sprockets","webpack"],"created_at":"2024-11-19T21:46:30.129Z","updated_at":"2025-05-16T13:31:53.793Z","avatar_url":"https://github.com/RuntimeLLC.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# assets_pipeline\n[![Gem Version](https://badge.fury.io/rb/assets_pipeline.svg)](https://rubygems.org/gems/assets_pipeline)\n[![Build Status](https://travis-ci.org/llxff/assets_pipeline.svg?branch=master)](https://travis-ci.org/llxff/assets_pipeline)\n\nAsset Pipeline for Rails with your favourite js bundler.\n\n**JRuby is not currently supported.**\n\nInstall\n=======\n\n```\n# Create new app or remove Sprockets from existing\nrails new project --skip-sprockets\n\n# config/application.rb\nconfig.assets_pipeline.manifest_file = 'config/manifest.json' # default: config/manifest.json\nconfig.assets_pipeline.prefix        = '/assets'              # default: /assets\n\nconfig.assets_pipeline.after_manifest_initialization = -\u003e { puts 'called after mainifest initialization' }\n``` \n\nConfiguration for js bundler\n============================\n\nYour js bundler should generate manifest file in JSON format:\n\n```\n# config/manifest.json\n\n{\n  \"application.js\": \"application-ea0d453146be2145f180.js\",\n  ...\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruntimellc%2Fassets_pipeline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruntimellc%2Fassets_pipeline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruntimellc%2Fassets_pipeline/lists"}