JeffreyWay / laravel-elixir-webpack-official

88 stars 28 forks source link

Pass only js files to minify (closes #27) #28

Closed SebastianS90 closed 8 years ago

SebastianS90 commented 8 years ago

See #27

Using gulp-filter, we can minify only the .js files in a straightforward way :smile:

SebastianS90 commented 8 years ago

@JeffreyWay Any comment on this, or any other solution to #27?

csvwolf commented 8 years ago

Good to me, thank you.

valeryan commented 8 years ago

This is exactly the problem I am having right now.

tomasbedrich commented 8 years ago

LGTM. Please merge soon @JeffreyWay .