Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaibhavpandeyvpz/gulp-symfony
Split Gulp tasks into multiple *.js files (among bundles).
https://github.com/vaibhavpandeyvpz/gulp-symfony
Last synced: 4 days ago
JSON representation
Split Gulp tasks into multiple *.js files (among bundles).
- Host: GitHub
- URL: https://github.com/vaibhavpandeyvpz/gulp-symfony
- Owner: vaibhavpandeyvpz
- License: mit
- Created: 2017-03-30T13:15:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-03-30T17:02:57.000Z (over 7 years ago)
- Last Synced: 2024-11-03T08:34:08.587Z (10 days ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gulp-symfony
Split [Gulp](http://gulpjs.com/) tasks into multiple *.js files (e.g., among [Bundles](http://symfony.com/doc/current/bundles.html)).[![Latest Version][latest-version-image]][latest-version-url]
[![Downloads][downloads-image]][downloads-url]
[![License][license-image]][license-url]Preview
-----
```js
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](https://github.com/vaibhavpandeyvpz/gulp-symfony/wiki).License
-------
See [LICENSE.md][license-url] file.[latest-version-image]: https://img.shields.io/github/release/vaibhavpandeyvpz/gulp-symfony.svg?style=flat-square
[latest-version-url]: https://github.com/vaibhavpandeyvpz/gulp-symfony/releases
[downloads-image]: https://img.shields.io/npm/dt/gulp-symfony.svg?style=flat-square
[downloads-url]: https://www.npmjs.com/package/gulp-symfony
[license-image]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[license-url]: LICENSE.md