{"id":17101881,"url":"https://github.com/maskray/webappscaffold","last_synced_at":"2025-03-23T19:18:43.858Z","repository":{"id":138473145,"uuid":"21385896","full_name":"MaskRay/WebAppScaffold","owner":"MaskRay","description":"Grunt, Bower, npm; Sass, Slim, Coffee","archived":false,"fork":false,"pushed_at":"2014-07-01T12:06:45.000Z","size":124,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-29T02:26:44.174Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CoffeeScript","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/MaskRay.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":"2014-07-01T11:54:50.000Z","updated_at":"2018-12-22T06:27:36.000Z","dependencies_parsed_at":"2023-03-12T14:55:38.513Z","dependency_job_id":null,"html_url":"https://github.com/MaskRay/WebAppScaffold","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/MaskRay%2FWebAppScaffold","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaskRay%2FWebAppScaffold/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaskRay%2FWebAppScaffold/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaskRay%2FWebAppScaffold/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MaskRay","download_url":"https://codeload.github.com/MaskRay/WebAppScaffold/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245153892,"owners_count":20569408,"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-14T15:27:16.653Z","updated_at":"2025-03-23T19:18:43.831Z","avatar_url":"https://github.com/MaskRay.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebApp Scaffold\n\n## CLI utilities\n\n- `npm`\n- `grunt`\n- `bower`\n\n## Preferred tasks\n\n### Related to preprocessors\n\n- `grunt-contrib-coffee`: Serve JS residing in `js/`\n- `grunt-contrib-sass`: Serve CSS residing in `css/`\n- `grunt-slim`: Slim is better than Jade IMHO\n\n### Assets\n\n- `grunt-bower-install`: inject bower packages into the HTML\n```\n    /! bower:js\n    /! endbower\n```\n- [`grunt-autoprefixer`](https://github.com/nDmitry/grunt-autoprefixer): Add vendor prefixes to CSS\n\n### Release\n\n- [`grunt-rev`](https://github.com/cbas/grunt-rev): Revisioning assets for cache busting\n- `grunt-htmlmin`: Minimizing HTML\n- `grunt-contrib-cssmin`: Minimizing CSS\n- `grunt-contrib-uglifier`: Minimizing JS\n- [`grunt-usemin`](https://github.com/yeoman/grunt-usemin): Replace references to non-optimized scripts or stylesheets\n```\n    /! build:js js/dist.js\n    script src='js/app.js'\n    /! endbuild\n```\n\n## Prerequisites\n\nUse `grunt` and `bower` to manage frontend assets:\n\n```bash\nnpm i -g grunt-cli bower\nnpm i # dependencies (including grunt and several grunt tasks) are listed in package.json\n```\n\nRun the following command to store assets into `bower_components/`:\n\n```bash\nbower i # package.json\n```\n\nIt will fetch `jquery`.\n\n## Web server\n\nBuild (into `build/`), watch and serve:\n\n```bash\ngrunt\n```\n\n## Release\n\n`build/ -\u003e dist/`:\n\n```bash\ngrunt dist\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaskray%2Fwebappscaffold","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaskray%2Fwebappscaffold","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaskray%2Fwebappscaffold/lists"}