Is there an online tool to compile LESS? [closed]

2019-03-12 04:01发布

I'm trying to use LESS in my webpage, but am having trouble compiling it. It's built to work on ruby, which I don't have permission to install on my pc. Is there an online tool for this compilation?

I know that lessphp exists, but I can't find the demo on their site any longer.

To summarise, I'm looking for a quick and dirty solution to compiling LESS to test my stylesheets locally. Ideally, this would integrate with Microsoft Expression Web 4 (hooray for dreamspark), but I'd be perfectly happy with a "copy, paste, compile, copy, paste" web interface.

Does such an interface exist?

标签: css less
13条回答
We Are One
2楼-- · 2019-03-12 04:40

For mac, just use: http://incident57.com/less/

For windows, use: http://winless.org/

查看更多
Luminary・发光体
3楼-- · 2019-03-12 04:44

I don't want to advertise my own stuff, but it answers the question and it's open source! I made this about two weeks ago - The Online LESS Converter.

Blog entry: "Try the LESS converter, right now!"

GitHub project: NathanStrutz/LESS-Converter

查看更多
forever°为你锁心
5楼-- · 2019-03-12 04:46

These are basically GUI LESS compilers. https://github.com/cloudhead/less.js/wiki/GUI-compilers-that-use-LESS.js

My personal favorite is Crunch. It's in ADOBE Air format.

查看更多
SAY GOODBYE
6楼-- · 2019-03-12 04:49

http://incident57.com/less/ LESS app or http://fadeyev.net/2010/06/19/lessjs-will-obsolete-css/ LESS.js (my preference, since you can link it from google, however it does not run locally).

查看更多
Lonely孤独者°
7楼-- · 2019-03-12 04:51

LessTester (http://lesstester.com/) is an online LESS compiler that also does CSS minification. Very nice for deploying CSS code developed in LESS.

查看更多
登录 后发表回答