Linner is a full-featured HTML5 application assembler.
- Fast!
- Supports
Sass
,Compass
,Coffee
,ECMAScript 6
andReact
. - Supports OS X Lion and Mountaion Lion Notifications.
- Supports Modular Javascript, All your code will be wrapped by
cmd
. - Supports
concat
code byconfig file
notdirective processor
. - Supports
copy
code fromsrc
todest
. - Supports
precompile
Javascript Templates fromsrc
todesc
. - Supports
sprite
PNG images fromsrc
todesc
. - Supports
tar
files fromsrc
todesc
. - Supports Real-time
concat
by$ linner watch
. - Supports
compress
by$ linner build
. - Supports
LiveReload
with LiveReload Chrome Extention.
https://github.com/SaitoWu/linner/tree/master/docs
- Ruby 2.0
$ gem install linner
$ linner new webapp && cd webapp
$ linner watch
$ ./bin/server # or server if put "./bin" in your PATH
$ linner build
$ linner clean
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request