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
- Host: GitHub
- URL: https://github.com/luislobo/lobo-lesscss-compiler
- Owner: luislobo
- Created: 2012-03-11T21:35:08.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2013-08-21T00:12:52.000Z (almost 13 years ago)
- Last Synced: 2025-03-24T05:51:55.045Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 132 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
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!