gulp-symfony

1.0.2 • Public • Published

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.

/gulp-symfony/

    Package Sidebar

    Install

    npm i gulp-symfony

    Weekly Downloads

    1

    Version

    1.0.2

    License

    MIT

    Last publish

    Collaborators

    • vaibhavpandeyvpz