V
V
Valera Udav2015-09-23 18:37:46
css
Valera Udav, 2015-09-23 18:37:46

Is there a live compiler for SASS similar to Less?

Less has a very handy live-compiler, just attach the script to the site

<script src="//cdnjs.cloudflare.com/ajax/libs/less.js/2.5.1/less.min.js"></script>
and all less code is automatically compiled to css on the client side. It goes without saying that this method cannot be used on a permanent basis, but during development it greatly simplifies life, especially if development is carried out immediately on the hosting.
I use SASS in my project, I'm terribly tired of compiling the code on local every time, and then transferring it to the hosting, but when I searched, I did not find any similar solutions for this preprocessor. I found such a project , but it seems to be quite the same, or I just can’t figure out how to screw it up to the end.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
O
OnYourLips, 2015-09-23
@OnYourLips

I use SASS in my project, I'm terribly tired of compiling the code on local every time, and then transferring it to hosting,
Hosted development is very bad.
However, if you use an IDE, then even your method will work. Try PhpStorm.

A
Andrey Goncharov, 2015-09-23
@agmegadeth

Start with prepros . You'll probably have enough of it. There is compilation on the fly and uploading to hosting right away.

Z
zooks, 2015-09-23
@zooks

Make yourself a Gulp.js project builder on localhost.
Including less.js in a page is not normal practice. The final CSS file must work on the hosting.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question