{"id":17178501,"url":"https://github.com/scottkellum/frontrake","last_synced_at":"2025-03-24T21:46:52.397Z","repository":{"id":7781065,"uuid":"9150782","full_name":"scottkellum/frontrake","owner":"scottkellum","description":"A rapid development framework built upon Compass; Rake powered!","archived":false,"fork":false,"pushed_at":"2013-04-01T16:24:55.000Z","size":237,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-01-30T02:13:58.112Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://git.rackster.ch:444/frontrake/tree/develop/","language":"Ruby","has_issues":false,"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/scottkellum.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":"2013-04-01T16:24:04.000Z","updated_at":"2014-06-17T13:18:16.000Z","dependencies_parsed_at":"2022-09-13T21:02:28.731Z","dependency_job_id":null,"html_url":"https://github.com/scottkellum/frontrake","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scottkellum%2Ffrontrake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scottkellum%2Ffrontrake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scottkellum%2Ffrontrake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scottkellum%2Ffrontrake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scottkellum","download_url":"https://codeload.github.com/scottkellum/frontrake/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245359259,"owners_count":20602322,"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-15T00:07:31.830Z","updated_at":"2025-03-24T21:46:52.353Z","avatar_url":"https://github.com/scottkellum.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# frontrake\n\nA rapid development framework built upon Compass; Rake powered!\n\n---\n\n`frontrake` is a frontend framework with built in tasks like other tools provide, such as `Yeoman`, `GruntJS` and others players around. It aims to help frontend developers with their workflow by providing a handful of smart `Rake` tasks.\n\nNote: The code may be worse than bad - but I'm not a developer. Since everything works, it can't be thaaat ugly.\n\n## Features\n\nFeatures can be splitted into two divisions: One for the framework \u0026 one for the provided `Rake` tasks.\n\n### Framework\n\n- **Coffee-Script Support**    \n  write better JS with `coffee-script`\n- **SASS/SCSS Support**    \n  `frontrake` is built upon `Compass` and therefor fully compatible with `SASS`\n- **ERB Support**    \n  we use pre-processors for CSS \u0026 JS - let's use one for HTML as well\n- **Rake Powered**    \n  everything can be run through `Rake` tasks, making it stupid easy to get started\n- and more…\n\n### Rake\n\n- **LiveReload**    \n  reloads the browser every time a (source) file has changed\n- **Server**    \n  built-in web server for painless developing\n- **Guard**    \n  filesystem change events are powered by `Guard`\n\n\n## Install\n\nInstallation is easy. Clone the repository, `cd` to it's location and run:\n\n    sudo bundle install\n\n## Tasks\n\nTo get a list of all available tasks, run `rake -T`:\n\n    rake build     # builds the project files\n    rake compile   # compiles the source files\n    rake init      # initalizes the 3rd-party libraries\n    rake optimize  # optimizes static asset files\n    rake pack      # packages the current build\n    rake remove    # removes all non-source files\n    rake server    # runs a local webserver and watches for changes\n    rake update    # updates the 3rd-party libraries\n\n## Structure\n\nFor the moment you have to stick with _my_ folder structure, e.g. it's basics:\n\n    / - project root\n    -- /src - source root\n    ---- /assets - assets directory\n    ------ /sass - SASS/CSS root\n    ------ /js - coffee-script/js root\n    ---- /templates - HAML/HTML root\n    \n    -- /public - output directory\n    -- /packs - archive/backup directory","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscottkellum%2Ffrontrake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscottkellum%2Ffrontrake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscottkellum%2Ffrontrake/lists"}