{"id":16847318,"url":"https://github.com/othree/fecompressor.vim","last_synced_at":"2025-10-10T12:37:49.218Z","repository":{"id":66786629,"uuid":"1368059","full_name":"othree/fecompressor.vim","owner":"othree","description":"Automatic executing YUI Compressor, Closure Compiler, UglifyJS, SASS, LESS","archived":false,"fork":false,"pushed_at":"2016-02-02T08:53:08.000Z","size":12,"stargazers_count":12,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-24T13:44:52.282Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.vim.org/scripts/script.php?script_id=3453","language":"Makefile","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/othree.png","metadata":{"files":{"readme":"README.markdown","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":"2011-02-15T04:12:11.000Z","updated_at":"2016-01-07T00:31:16.000Z","dependencies_parsed_at":"2023-04-24T19:46:50.081Z","dependency_job_id":null,"html_url":"https://github.com/othree/fecompressor.vim","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/othree%2Ffecompressor.vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/othree%2Ffecompressor.vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/othree%2Ffecompressor.vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/othree%2Ffecompressor.vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/othree","download_url":"https://codeload.github.com/othree/fecompressor.vim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244173553,"owners_count":20410300,"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-13T13:07:30.371Z","updated_at":"2025-10-10T12:37:44.184Z","avatar_url":"https://github.com/othree.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fecompressor.vim\n\nfecompressor.vim is designed to auto execute compressor programes while edit\nand saving files used in the front end. It supports js, css, less\nand scss. (Yes, I know less and scss are not compressor)\n\n## Feature\n\n- Support Compressors: UglifyJS, Closure Compiler, YUICompressor, LESS, Sass\n- Support File Type: css, js, less, scss\n\n## Install\n\nGoto [get][fecompile.vim] vimball file. Open it with vim and execute :so%\nor \n\n    git clone git://github.com/othree/fecompressor.vim.git\n    cd fecompressor.vim\n    make install\n\n[fecompile.vim]:http://www.vim.org/scripts/script.php?script_id=3453\n\n## Usage\n\nMake sure your system have installed the compressor you need. The plugin will \ncheck if the following command is available.\n\n- 'uglifyjs' for UglifyJS\n- 'closure-compiler' for Closure Compiler\n- 'yuicompressor' for YUICompressor\n- 'lessc' for LESS\n- 'sass' for scss\n\nThen it will do the following stuff for you.\n\nFor less and scss:\n\n1. Convert the file to css.\n2. Do stuffs for css file.\n\nFor css and js file:\n\n1. Check if the target output file is exist.\n2. If exists, compress the file.\n\nThe target output file have the following rule:\n\n- ```foo_src.css -\u003e foo.css```\n- ```bar.css -\u003e bar.min.css```\n\n## License\n\nCopyright (c) 2010 Wei-Ko Kao\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fothree%2Ffecompressor.vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fothree%2Ffecompressor.vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fothree%2Ffecompressor.vim/lists"}