rock

所属分类:collect
开发工具:Common Lisp
文件大小:0KB
下载次数:0
上传日期:2015-05-31 22:23:30
上 传 者sh-1993
说明:  Common Lisp web应用程序的资产管理器和编译器,
(Asset manager and compiler for Common Lisp web apps,)

文件列表:
.travis.yml (538, 2015-05-31)
assets/ (0, 2015-05-31)
assets/css/ (0, 2015-05-31)
assets/css/style.lass (1371, 2015-05-31)
assets/js/ (0, 2015-05-31)
assets/js/scripts.js (163, 2015-05-31)
rock-test.asd (330, 2015-05-31)
rock-web.asd (969, 2015-05-31)
rock.asd (1018, 2015-05-31)
src/ (0, 2015-05-31)
src/assets.lisp (3596, 2015-05-31)
src/environments.lisp (5082, 2015-05-31)
src/files.lisp (916, 2015-05-31)
src/interface.lisp (1366, 2015-05-31)
src/known-assets.lisp (7732, 2015-05-31)
src/package.lisp (135, 2015-05-31)
t/ (0, 2015-05-31)
t/rock.lisp (2176, 2015-05-31)
web/ (0, 2015-05-31)
web/assets.lisp (656, 2015-05-31)
web/desc.md (4420, 2015-05-31)
web/files.lisp (589, 2015-05-31)
web/website.lisp (3209, 2015-05-31)

# Rock: Assets for Common Lisp web apps [![Build Status](https://travis-ci.org/eudoxia0/rock.svg?branch=master)](https://travis-ci.org/eudoxia0/rock) Rock is an asset manager for Common Lisp. It's basically a combination of [Bower][bower] and [webassets][webassets]. Rock takes care of downloading specific versions of libraries -- jQuery, Bootstrap, FontAwesome -- and bundling their files together so you can compile all your JavaScript and CSS into single files. [bower]: http://bower.io/ [webassets]: http://webassets.readthedocs.org/en/latest/index.html # Features * **Library Manager**: Download specific versions of the most common libraries. You can have multiple versions of the same library, for example, for migrating an application one subset at a time. * **Asset Bundling**: Compile the JS/CSS files of different libraries and your own files into a single file. You can produce many bundles per application, for example, a bundle with an old version of different libraries, and a bundle with newer versions, for migrating a large application one subset at a time. # License Copyright (c) 2014-2015 Fernando Borretti (eudoxiahp@gmail.com) Licensed under the MIT License.

近期下载者

相关文件


收藏者