{"id":22123490,"url":"https://github.com/jacobway/fe_start_up","last_synced_at":"2025-03-24T07:29:28.447Z","repository":{"id":70942875,"uuid":"74393511","full_name":"JacobWay/fe_start_up","owner":"JacobWay","description":"Front end workflow start up template","archived":false,"fork":false,"pushed_at":"2016-11-21T18:49:43.000Z","size":72,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T13:08:57.090Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/JacobWay.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-21T18:30:12.000Z","updated_at":"2016-11-21T18:46:09.000Z","dependencies_parsed_at":"2023-09-20T16:45:13.876Z","dependency_job_id":null,"html_url":"https://github.com/JacobWay/fe_start_up","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/JacobWay%2Ffe_start_up","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobWay%2Ffe_start_up/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobWay%2Ffe_start_up/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobWay%2Ffe_start_up/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JacobWay","download_url":"https://codeload.github.com/JacobWay/fe_start_up/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245227042,"owners_count":20580794,"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-12-01T15:33:52.185Z","updated_at":"2025-03-24T07:29:28.425Z","avatar_url":"https://github.com/JacobWay.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Function Lists:\n1. Live reloading web server.\n2. JS lint.\n3. Sass compile.\n4. Concat and compress file.\n5. Unit test.\n6. RequireJS for file and module loader.\n\n### Undone Lists:\n1. Performance test.\n2. Add Gulp\n\n---\n\n### Config an live reloading server.\ninstall grunt-contrib-watch, grunt-contrib-connect.\nIn connect, watch directives, there is a parameter livereload, configing it to true.\n```javascript\nconnect: {\n  options: {\n    livereload: true,\n  }\n}\nwatch: {\n  options: {\n    livereload: true,\n  }\n}\n```\n\n**caveat**:\nDon't config keepalive parameter in connect directive. It will block watch task.\nkeepalive: true // Don't\n\n\n### JS lint\nnpm install --save-dev grunt-contrib-jshint\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacobway%2Ffe_start_up","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjacobway%2Ffe_start_up","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacobway%2Ffe_start_up/lists"}