0.1.16 • Published 9 years ago

cafe4 v0.1.16

Weekly downloads
108
License
-
Repository
github
Last release
9 years ago

Cafe is a build tool for client-side applications aiming to be language/module system/architecture agnostic and flexible. Tries hard to be modular and extensible by itself too.

Current version (cafe4) is a prototype and is written in Coffeescript in functional and asynchronous way (mostly functional and mostly asynchronous :-).

#Installation

npm install -g cafe4

#Usage

First init a cafe project with

cafe init

This would create you template recipe file, where you can describe packages your app is using. Working recipe looks something like this:

abstract: {api_version: 5}

modules:
    - module1: modules/module1
    - jquery: [jquery.1.8.js, plainjs]
    - module2: [modules/module2, [jquery]]
    - my_coffee_module: [my_coffee_file.coffee]

bundles:
    bundle1:
        modules:
            - jquery
            - module1
            - module2
            - my_coffee_module

    bundle2:
        modules:
            - jquery
            - module1
            - my_coffee_module

To compile your app run

cafe menu build

For more details look at getting started page.

#Contributing Don't forget to check that all tests are passing before commit (grunt nodeunit)

#Changelog

0.0.90

  • yaml recipe reader
  • advanced recipe parsing logic aliases different formats for modules
  • caching logic optimization. (2 times faster build process then in previous versions)

  • Added growl notifications. (can be disabled by option --nogrowl).

0.1.16

9 years ago

0.1.15

9 years ago

0.1.14

10 years ago

0.1.13

10 years ago

0.1.12

10 years ago

0.1.11

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago

0.0.96

11 years ago

0.0.95

11 years ago

0.0.94

11 years ago

0.0.93

11 years ago

0.0.90

11 years ago

0.0.89

11 years ago

0.0.88

11 years ago

0.0.87

11 years ago

0.0.86

11 years ago

0.0.85

11 years ago

0.0.83

11 years ago

0.0.82

11 years ago

0.0.81

11 years ago

0.0.71

11 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

12 years ago