Introduction
Abs.js (awesome build sequence) - is a project for improving assets build process based on gulp and gulp tasks. The main goal of this project is to provide configurable build sequence for building your client-side assets for making them work in browser.
There are a lot's of solutions for building client-side applications nowadays. Almost all of them provide a huge amount of plugins for transforming, concatenating, minifying and optimizing files. This project provides one level abstraction on top of operations with simple files. Abs.js is designed for operating with modules. Module is something that can be a single file, or folder with it's own namespace, npm or bower component e.t.c.
Key features
- Uses all power of gulp build system and gulp tasks.
- Easy bundles and modules management.
- Designed for browser applications for supporting modular architecture.
- Builtin caching system.
- Blazinly fast.
- Pluggable and extensible for new file types, compilers and modules.