{"id":22707341,"url":"https://github.com/tutv/html5_standard_template","last_synced_at":"2025-03-29T20:45:26.739Z","repository":{"id":36186173,"uuid":"40490353","full_name":"tutv/html5_standard_template","owner":"tutv","description":"HTML5 standard template (Bootstrap, JQuery, Font Awesome)","archived":false,"fork":false,"pushed_at":"2015-08-10T16:57:26.000Z","size":864,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-04T21:45:33.111Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/tutv.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":"2015-08-10T15:32:07.000Z","updated_at":"2015-08-10T15:44:18.000Z","dependencies_parsed_at":"2022-08-18T03:11:27.058Z","dependency_job_id":null,"html_url":"https://github.com/tutv/html5_standard_template","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tutv%2Fhtml5_standard_template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tutv%2Fhtml5_standard_template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tutv%2Fhtml5_standard_template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tutv%2Fhtml5_standard_template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tutv","download_url":"https://codeload.github.com/tutv/html5_standard_template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246243548,"owners_count":20746308,"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-10T10:12:11.916Z","updated_at":"2025-03-29T20:45:26.721Z","avatar_url":"https://github.com/tutv.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HTML5 standard template\n\n* HTML5\n* LESS/CSS3\n* Bootstrap\n* Font Awesome\n* Jquery\n\n\n## Install Grunt to compile LESS files to CSS\n\n### 1. Install \u0026 config\n\n#### a. Install **Node.js**\n\nDownload at https://nodejs.org \u0026 install it.\n\n#### b. Install **Gruntjs**\n\n`npm install -g grunt-cli`\n\n#### c. Install **grunt-contrib-less, grunt-contrib-watch, jit-grun**\n\n`npm install grunt grunt-contrib-less grunt-contrib-watch jit-grunt --save-dev`\n\n#### d. Config `Gruntfile.js`\n\n```\nmodule.exports = function(grunt) {\n    require('jit-grunt')(grunt);\n\n    grunt.initConfig({\n        less: {\n            development: {\n                options: {\n                    compress: true,\n                    yuicompress: true,\n                    optimization: 2\n                },\n                files: {\n                    \"assets/css/style.css\": \"assets/less/style.less\" // destination file and source file\n                }\n            }\n        },\n        watch: {\n            styles: {\n                files: ['assets/less/**/*.less'], // which files to watch\n                tasks: ['less'],\n                options: {\n                    nospawn: true\n                }\n            }\n        }\n    });\n\n    grunt.registerTask('default', ['less', 'watch']);\n};\n```\n\n### 2. Run grunt\n\n``grunt``","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftutv%2Fhtml5_standard_template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftutv%2Fhtml5_standard_template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftutv%2Fhtml5_standard_template/lists"}