{"id":18706427,"url":"https://github.com/chisel/ease-task-autoprefixer","last_synced_at":"2025-08-06T16:18:02.182Z","repository":{"id":51402626,"uuid":"194470960","full_name":"chisel/ease-task-autoprefixer","owner":"chisel","description":"Autoprefixer plugin for Ease task manager","archived":false,"fork":false,"pushed_at":"2021-05-12T01:26:37.000Z","size":17,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-27T07:42:22.450Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chisel.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":"2019-06-30T03:31:55.000Z","updated_at":"2021-02-14T13:31:30.000Z","dependencies_parsed_at":"2022-09-26T21:50:43.109Z","dependency_job_id":null,"html_url":"https://github.com/chisel/ease-task-autoprefixer","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/chisel%2Fease-task-autoprefixer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chisel%2Fease-task-autoprefixer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chisel%2Fease-task-autoprefixer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chisel%2Fease-task-autoprefixer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chisel","download_url":"https://codeload.github.com/chisel/ease-task-autoprefixer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239571542,"owners_count":19661164,"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-11-07T12:14:05.946Z","updated_at":"2025-02-18T23:43:01.750Z","avatar_url":"https://github.com/chisel.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ease Task Runner Autoprefixer Plugin\n\nThis is a plugin for the [Ease task runner](https://github.com/chisel/ease). It uses the [autoprefixer](https://www.npmjs.com/package/autoprefixer) module to vendor prefix CSS files.\n\n# Installation\n\n```\nnpm install ease-task-autoprefixer --save-dev\n```\n\n**easeconfig.js:**\n```js\nconst autoprefixer = require('ease-task-autoprefixer');\n\nmodule.exports = ease =\u003e {\n\n  ease.install('prefix-css', autoprefixer, {});\n\n};\n```\n\n# Configuration\n\nThis plugin takes a config object similar to [Autoprefixer Options](https://www.npmjs.com/package/autoprefixer#options) while adding the following properties:\n  - `dir`: Path to a directory containing all the SASS files, relative to `easeconfig.js`\n  - `outDir`: Path to the output directory where the CSS files should be written, relative to `easeconfig.js`\n  - `cleanOutDir`: Boolean indicating if the output directory should be emptied first\n  - `browserslist`: A path to the `.browserslistrc` file, relative to `easeconfig.js`\n\n\u003e Either `browserslist` or `overrideBrowserslist` must be present.\n\n# Example\n\n**easeconfig.js:**\n```js\nconst autoprefixer = require('ease-task-autoprefixer');\n\nmodule.exports = ease =\u003e {\n\n  ease.install('prefix-css', autoprefixer, {\n    dir: 'dist',\n    outDir: 'dist',\n    browserslist: '.browserslistrc'\n  });\n\n  ease.job('prefix-css-files', ['prefix-css']);\n\n};\n```\n\n**CLI:**\n```\nease prefix-css-files\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchisel%2Fease-task-autoprefixer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchisel%2Fease-task-autoprefixer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchisel%2Fease-task-autoprefixer/lists"}