0.7.1 • Published 8 years ago

creamify v0.7.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

creamify

Cream & Sugar Transformer for use with browserify

Adapted from babelify (https://github.com/babel/babelify)

Usage

Here is a gulp example. You'll get the picture :)

var gulp       = require('gulp');
var browserify = require('browserify');
var creamify   = require('creamify');
var source     = require('vinyl-source-stream'); // <- standard re-gulpification

gulp.task('cns', function () {
  return browserify({entries: ['/path/to/entry.cns'], extensions: ['.cns']})
         .transform(creamify)
         .bundle()
         .pipe(source('app.js'))
         .pipe(gulp.dest('path/to/output_directory'));
});
0.7.1

8 years ago

0.7.0

9 years ago

0.6.9

9 years ago

0.6.8

9 years ago

0.6.7

9 years ago

0.6.6

9 years ago

0.6.5

9 years ago

0.6.4

9 years ago

0.6.3

9 years ago

0.6.2

9 years ago

0.6.1

9 years ago

0.6.0

10 years ago

0.5.1

10 years ago

0.5.0

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.1-alpha5

10 years ago

0.0.1-alpha4

10 years ago

0.0.1-alpha3

10 years ago

0.0.1-alpha2

10 years ago

0.0.1-alpha1

10 years ago

0.0.0-alpha2

10 years ago

0.0.0-alpha1

10 years ago