Koala支持Less、Sass、Compass与CoffeeScript。
功能特性
多语言支持: 支持Less、Sass、Compass与CoffeeScript。
实时监听与编译: 在后台监听文件的变动,检测到文件被修改后将自动进行编译。
编译选项支持: 可以设置与自定义你需要的编译选项。
压缩支持: Less、Sass可直接编译生成压缩后的css代码。
错误提示: 编译中如果遇到错误,Koala将在右下角提示并显示出具体的出错地方,方便开发者快速定位。
跨平台: Windows、Mac、Linux完美支持。
[repo owner=”oklai” name=”koala”]
----------------------------------------------------
Koala is a GUI application for less, sass and coffeescript compilation, to help web developers to the development more efficient.
Introduction
Koala is a GUI application for LESS, Sass and CoffeeScript compilation, to help web developers use these tools more efficiently for development.
Downloads
v2.1.0 release Changelog
Features
- Multi-language Support: support for LESS, Sass, Compass Framework, CoffeeScript and Dust.
- Real-time Compilation: listens to files, compiles automatically when file changes occur. Everything runs in the background without the need for user input.
- Compile Options Support: compilation options are avaliable per file.
- Compression: automatic compression of code after compilation has completed.
- Error Notification: if an error is encountered during compilation, Koala will display an error notification.
- Cross-platform: Koala runs perfectly on Windows, Linux and Mac.
Documents
koala
is built with node-webkit.
node-webkit is an app runtime based on Chromium and node.js. You can
write native apps in HTML and Javascript with node-webkit.
How to run Koala source code?
- Clone Koala to the local;
- For windows, I DON'T KNOW YET。
For Mac OS X and Linux, run
./install.sh
- Download node-webkit prebuilt binaries for your system environment.
- For windows, copy
nw.exe, nw.pak, icudt.dll
tokoala/src
directory, and install Ruby tokoala/src/ruby
;
For Linux, copynw, nw.pak
, install Ruby:sudo apt-get install ruby
;
For Mac OS X, copynode-webkit.app
, OS X already have Ruby installed. - Run the
nw
executable file.
from https://github.com/oklai/koala
No comments:
Post a Comment