{"id":16774534,"url":"https://github.com/parasyte/grunt-glsl-optimizer","last_synced_at":"2025-03-16T17:29:15.229Z","repository":{"id":25268689,"uuid":"28694119","full_name":"parasyte/grunt-glsl-optimizer","owner":"parasyte","description":"Optimize your GLSL shaders!","archived":false,"fork":false,"pushed_at":"2015-01-01T23:52:22.000Z","size":128,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-02T01:22:45.485Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/parasyte.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":"2015-01-01T19:46:40.000Z","updated_at":"2015-08-17T00:30:00.000Z","dependencies_parsed_at":"2022-09-04T14:13:17.653Z","dependency_job_id":null,"html_url":"https://github.com/parasyte/grunt-glsl-optimizer","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasyte%2Fgrunt-glsl-optimizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasyte%2Fgrunt-glsl-optimizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasyte%2Fgrunt-glsl-optimizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasyte%2Fgrunt-glsl-optimizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parasyte","download_url":"https://codeload.github.com/parasyte/grunt-glsl-optimizer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243905354,"owners_count":20366812,"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-13T06:49:27.364Z","updated_at":"2025-03-16T17:29:15.205Z","avatar_url":"https://github.com/parasyte.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# grunt-glsl-optimizer\n\nOptimize your GLSL shaders!\n\nBased on [glslify-optimize](https://github.com/hughsk/glslify-optimize)\n\n## Install\n\n    npm install grunt-glsl-optimizer --save-dev\n\n## Example Gruntfile.js\n\n```javascript\nmodule.exports = function (grunt) {\n  \"use strict\";\n\n  grunt.initConfig({\n    glslOptimizer : {\n      dist : {\n        files : [\n          {\n            kind : \"fragment\",\n            src : \"src/video/webgl/fragment.glsl\",\n            dest : \"build/fragment.glsl\"\n          },\n          {\n            kind : \"vertex\",\n            src : \"src/video/webgl/vertex.glsl\",\n            dest : \"build/vertex.glsl\"\n          }\n        ]\n      }\n    }\n  });\n\n  grunt.loadNpmTasks(\"grunt-glsl-optimizer\");\n\n  grunt.registerTask(\"default\", \"glslOptimizer\");\n};\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparasyte%2Fgrunt-glsl-optimizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparasyte%2Fgrunt-glsl-optimizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparasyte%2Fgrunt-glsl-optimizer/lists"}