Giter Site home page Giter Site logo

abs.js's Introduction

Build Status Dependency Status

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

  1. Uses all power of gulp build system and gulp tasks.
  2. Easy bundles and modules management.
  3. Designed for browser applications for supporting modular architecture.
  4. Builtin caching system.
  5. Blazinly fast.
  6. Pluggable and extensible for new file types, compilers and modules.

The work is still in progress ...

abs.js's People

Contributors

alexmost avatar eagleeye avatar

Stargazers

 avatar Boryslav Larin avatar

Watchers

James Cloos avatar  avatar

Forkers

eagleeye

abs.js's Issues

cache

Implemented cache logic for modules and bundles.

  1. Reading cache.
  2. Saving compiled modules.

tests

  1. mock_compiler if passed file has already compiled sources.

Make abs work with single files

  1. Possibility to set custom build sequences just for single files.
  2. Compilers for specific file types.
  3. Concat appropriate files in their bundles.
  4. Configure bundles processing. (some one generic processor for the beginning)

Add types for key objects

Types will provide more information for generated documentation.

  1. Module. +
  2. Bundle. +
  3. CachedModule. +
  4. Config +
  5. Adapter. +
  6. Compiler. +

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.