1.0.2 • Published 7 years ago

gulp-symfony v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

gulp-symfony

Split Gulp tasks into multiple *.js files (e.g., among Bundles).

Latest Version Downloads License

Preview

const gulp = require('gulp'),
    symfony = require('gulp-symfony');

symfony(gulp);

// or pass custom options
symfony(gulp, {
    bundles: 'src/*',
    filepath: 'Resources/public/gulptasks.js',
    namespace: (bundle, task) => {
        // return task
    }
});

Documentation

To view installation and usage instructions, visit this Wiki.

License

See LICENSE.md file.