{"id":19054343,"url":"https://github.com/ecedi/wp-less-compile","last_synced_at":"2026-05-15T17:41:15.881Z","repository":{"id":25237352,"uuid":"28661945","full_name":"ecedi/wp-less-compile","owner":"ecedi","description":"A lessphp preprocessor plugin for Wordpress","archived":false,"fork":false,"pushed_at":"2019-10-09T12:46:42.000Z","size":75,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"devel","last_synced_at":"2025-01-02T11:10:02.628Z","etag":null,"topics":["agence-ecedi","php","preprocessor","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"https://www.ecedi.fr/","language":"PHP","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/ecedi.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":"2014-12-31T09:17:37.000Z","updated_at":"2019-10-09T13:55:30.000Z","dependencies_parsed_at":"2022-08-23T04:10:23.479Z","dependency_job_id":null,"html_url":"https://github.com/ecedi/wp-less-compile","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecedi%2Fwp-less-compile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecedi%2Fwp-less-compile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecedi%2Fwp-less-compile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecedi%2Fwp-less-compile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecedi","download_url":"https://codeload.github.com/ecedi/wp-less-compile/tar.gz/refs/heads/devel","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240109904,"owners_count":19749213,"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":["agence-ecedi","php","preprocessor","wordpress","wordpress-plugin"],"created_at":"2024-11-08T23:37:56.376Z","updated_at":"2025-11-11T17:06:46.320Z","avatar_url":"https://github.com/ecedi.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Less Compile a plugin to bring less preprocessor to Wordpress\n\nby [Agence Ecedi](http://ecedi.fr)\n\n## Installation\n\n### prerequis\n\n    * php 5.4.\\* or Up (tested on PHP 5.5.17)\n    * Wordpress 4.01 or more (should work on older versions)\n\n### From Github\n\nGo to github [Agence Ecedi](https://github.com/ecedi/wp-less-compile) and download master or latest tag archive\n\nex: [wp-less-compile.master.zip](https://github.com/ecedi/wp-less-compile/archive/master.zip)\n\nAnd extract it to your wp-content/plugins folder and rename the folder less-compile\n\n### With Composer\n\nIn your composer.json file add the following\n\n```json\n    {\n        \"require\": {\n            \"ecedi/wp-less-compile\": \"dev-master\",\n        },\n        \"repositories\": [\n            {\n                \"type\": \"vcs\",\n                \"url\": \"https://github.com/ecedi/wp-less-compile\"\n            }\n        ]\n    }\n```\n\nthen run\n\n```\ncomposer update\n```\n\n## Usage\n\nJust enable the plugin, it should do the work:\n    - Find all enqueued .less files and compile them when needed\n    - From Admin you can force compilation of active theme .less (beta)\n\nTo enqueue a .less file, do as usual for any styles\n\n```\n    wp_enqueue_style('my-less', get_stylesheet_directory().'/styles.less', array(), 'v1.0');\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecedi%2Fwp-less-compile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fecedi%2Fwp-less-compile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecedi%2Fwp-less-compile/lists"}