An open API service indexing awesome lists of open source software.

https://github.com/luislobo/lobo-lesscss-compiler

Lobo LessCSS Compiler is a GUI that watches directories compiling automatically .less files to .css using wxPython, pyinotify, and Node.js LessCSS compiler
https://github.com/luislobo/lobo-lesscss-compiler

Last synced: about 1 year ago
JSON representation

Lobo LessCSS Compiler is a GUI that watches directories compiling automatically .less files to .css using wxPython, pyinotify, and Node.js LessCSS compiler

Awesome Lists containing this project

README

          

Lobo LessCSS Compiler

This is an attempt to create a Linux LessCSS Compiler GUI (particularly, Ubuntu).

Current release is barely working, since I have just two hours since I started coding my first lines in Python.

It uses Pyinotify to handle directory watching (get it from https://github.com/seb-m/pyinotify)

It uses command line 'lessc' LessCSS compiler. Can be installed using sudo apt-get install libnode-less

This is still work in progress!