gulp-coffeescript-concat

0.1.3 • Public • Published

gulp-coffeescript-concat

Overview

Gulp plugin based on coffeescript-concat

Installation

Install package with NPM and add it to your development dependencies:

npm install --save-dev gulp-coffeescript-concat

Usage

var coffeeConcat = require('gulp-coffeescript-concat');
 
gulp.task('coffee', function() {
    return gulp.src(['coffee/*.coffee', 'coffee/**/*.coffee'])
        .pipe(coffeeConcat('all.coffee'))
        .pipe(gulp.dest('dist'));
});

This will concat coffeescript files in right order for resolving class dependencies. For more information about dependency resolving you can get at coffeescript-concat page.

Licence

MIT, see LICENCE file

Package Sidebar

Install

npm i gulp-coffeescript-concat

Weekly Downloads

1

Version

0.1.3

License

MIT

Last publish

Collaborators

  • artem328