{"id":15927703,"url":"https://github.com/jfrux/ccpd-platform","last_synced_at":"2025-04-03T13:41:46.539Z","repository":{"id":5901364,"uuid":"7120094","full_name":"jfrux/ccpd-platform","owner":"jfrux","description":"the current code powering ccpd.uc.edu","archived":false,"fork":false,"pushed_at":"2013-09-26T17:48:40.000Z","size":209520,"stargazers_count":0,"open_issues_count":18,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-09T02:34:04.527Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"ColdFusion","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jfrux.png","metadata":{"files":{"readme":"README.mkd","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.mkd","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-12-11T21:57:55.000Z","updated_at":"2013-10-16T10:07:12.000Z","dependencies_parsed_at":"2022-09-05T09:30:16.141Z","dependency_job_id":null,"html_url":"https://github.com/jfrux/ccpd-platform","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/jfrux%2Fccpd-platform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfrux%2Fccpd-platform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfrux%2Fccpd-platform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfrux%2Fccpd-platform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jfrux","download_url":"https://codeload.github.com/jfrux/ccpd-platform/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247012806,"owners_count":20869151,"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-06T23:03:46.414Z","updated_at":"2025-04-03T13:41:41.525Z","avatar_url":"https://github.com/jfrux.png","language":"ColdFusion","funding_links":[],"categories":[],"sub_categories":[],"readme":"Sinatra Sprockets!\n====================\n\nBecause Sprockets is cool, and Rails is cool, but they shouldn't get married.\n\nInstallation\n------------\n\nRun \n\n    gem install sinatra-sprockets\n\nOr add\n\n    gem 'sinatra-sprockets'\n    \nto your Gemfile\n\nSetup\n------------\n\nSinatra Sprockets needs to be configured to work properly. In your server initialization, add a configuration :\n\n    Sinatra::Sprockets.configure do |config|\n      config.app = MyApp\n  \n      ['stylesheets', 'javascripts', 'images'].each do |dir|\n        config.append_path(File.join('app', 'assets', dir))\n      end\n    end\n\nThe only required field is `app` which is necessary to translate app configuration to Sprockets. You will also want to `append_paths` as none are included by default. See Configuration for more information.\n\nInclude `Sinatra::Sprockets::Helpers` as helpers in your application :\n\n    helpers Sinatra::Sprockets::Helpers\n\nAnd mount the environment :\n\n    map '/assets' do\n      run Sinatra::Sprockets.environment\n    end\n\nConfiguration\n------------\nSprockets requires a decent amount of configuration to work properly. Most of the options listed here are taken from the Sprockets/Rails integration. You can get more detailed information in the [Rails guide on asset pipelines](http://guides.rubyonrails.org/asset_pipeline.html).\n\n`digest` : Boolean value. Should Sprockets use \"digest\" asset paths? That is, should asset paths be fingerprinted using file digests for cache busting? For more information. This is on by default, though you may want to turn it off in development.\n\n`debug` : Boolean value. Should sprockets include assets for debugging? That is, should assets be rendered as individual included files for debugging or as the combination? When on, javascript and stylesheet debugging are much easier. Off by default, though you probably want to turn it on in development.\n\n`compile`: Boolean value. \n  \n\nKnown Issues\n------------\n\nThere's no testing or documentation. I know. Want to help?\n\nAnything else?\n------------\n\nQuestions, requests, concerns? Find me at [the gorgon lab](http://www.thegorgonlab.com)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjfrux%2Fccpd-platform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjfrux%2Fccpd-platform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjfrux%2Fccpd-platform/lists"}