An open API service indexing awesome lists of open source software.

https://github.com/reisraff/phulp-angular-filesort

The angular-filesort addon for PHULP.
https://github.com/reisraff/phulp-angular-filesort

angular-filesort php phulp phulpplugin

Last synced: 7 months ago
JSON representation

The angular-filesort addon for PHULP.

Awesome Lists containing this project

README

          

# phulp-angular-filesort

The angular-filesort addon for [PHULP](https://github.com/reisraff/phulp).

It's like [gulp-angular-filesort](https://github.com/klei/gulp-angular-filesort) with some modifications.

## Install

```bash
$ composer require reisraff/phulp-angular-filesort
```

## Usage

```php
task('angular-filesort', function ($phulp) {
$phulp->src(['src/'], '/js$/')
->pipe(new AngularFileSort);
});

```