{"id":16265539,"url":"https://github.com/bruth/wicked-gruntfile","last_synced_at":"2025-10-25T06:30:45.574Z","repository":{"id":9945099,"uuid":"11962877","full_name":"bruth/wicked-gruntfile","owner":"bruth","description":"Starter template for JavaScript app development with a wicked Gruntfile","archived":true,"fork":false,"pushed_at":"2013-08-07T23:23:38.000Z","size":112,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-22T03:42:55.853Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"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/bruth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-08-07T23:16:53.000Z","updated_at":"2024-01-16T17:58:23.000Z","dependencies_parsed_at":"2022-09-24T05:10:53.006Z","dependency_job_id":null,"html_url":"https://github.com/bruth/wicked-gruntfile","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/bruth%2Fwicked-gruntfile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bruth%2Fwicked-gruntfile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bruth%2Fwicked-gruntfile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bruth%2Fwicked-gruntfile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bruth","download_url":"https://codeload.github.com/bruth/wicked-gruntfile/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238089338,"owners_count":19414606,"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-10T17:09:36.660Z","updated_at":"2025-10-25T06:30:40.294Z","avatar_url":"https://github.com/bruth.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## Wicked Gruntfile\n\nGruntfile which manages source files from local development, intermediate compilation, and distribution builds.\n\n### Install\n\nFill out `package.json` with metadata. Install development dependencies:\n\n```bash\nnpm install\n```\n\n### Tasks\n\n- `grunt local` - Populates the `local/` directory with compiled CoffeeScript and SCSS files and copies over other non-compiled source files\n- `grunt work` - Runs the `local` tasks and ends with a watcher that compiles to `local/` on the fly\n- `grunt dist` - Populates the `dist/` directory for a distribution build\n- `grunt test` - Runs the Jasmine specs in `spec/` against a fresh local build\n- `grunt release` - Creates a zip and gzip tarball of the distribution files in a directory named after the package\n- `grunt serve:forever` - Launches a node server on port 8125 by default. Useful for viewing Jasmine tests in the browser\n\n### Directory Structure\n\n```bash\npackage.json\nGruntfile.coffee\n# location of Jasmine spec files\nspec/\n    ...\n# source files for all types\nsrc/\n    coffee/\n    js/\n    scss/\n    css/\n    img/\n    fonts/\n    templates/\n# created by Grunt for local development\nlocal/\n    ...\n# intermediate build directory for CoffeeScript files,\n# before minification using r.js\nbuild/\n    ...\n# final resting place of built files in their respective\n# directories\ndist/\n    ...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbruth%2Fwicked-gruntfile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbruth%2Fwicked-gruntfile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbruth%2Fwicked-gruntfile/lists"}