Skip to content

eudoxia0/rock

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
t
 
 
web
 
 
 
 
 
 
 
 
 
 
 
 

Rock: Assets for Common Lisp web apps

Build Status

Rock is an asset manager for Common Lisp. It's basically a combination of Bower and 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.

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.

About

Asset manager and compiler for Common Lisp web apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published