An open API service indexing awesome lists of open source software.

https://github.com/robinradic/radic-builder

integrates extra functionality into jquery using the same method jquery modules are build.
https://github.com/robinradic/radic-builder

Last synced: 4 days ago
JSON representation

integrates extra functionality into jquery using the same method jquery modules are build.

Awesome Lists containing this project

README

          

Radic builder
===================
[![Build Status](https://secure.travis-ci.org/RobinRadic/radic-builder.svg?branch=master)](https://travis-ci.org/RobinRadic/radic-builder)
[![GitHub version](https://badge.fury.io/gh/robinradic%2Fradic-builder.svg)](http://badge.fury.io/gh/robinradic%2Fradic-builder)
[![Goto documentation](http://img.shields.io/badge/goto-documentation-orange.svg)](http://robinradic.github.io/radic-builder)
[![Goto repository](http://img.shields.io/badge/goto-repository-orange.svg)](https://github.com/robinradic/radic-builder)
[![License](http://img.shields.io/badge/license-MIT-blue.svg)](http://radic.mit-license.org)

#### Custom JS Library builder using jQuery's modular build method.

What is it?
--------------
Create a library based on jQuery with custom added modules.
Both jQuery and the custom modules can be picked by altering the config.yml file.
This results in either a smaller or bigger script file.

This way it's possible to customise it for individual project requirements.

Smallest build is around 12kb (4kb minified, 1kb gzip)

[Clicky for more info/documentation](http://robinradic.github.io/radic-builder)

License
--------------
Copyright 2014 Robin Radic - [MIT License](http://radic.mit-license.org/)