nathanmac / laravel-elixir-imagemin

Laravel Elixir wrapper for ImageMin
MIT License
52 stars 14 forks source link

Capitalize Elixir utilities file in module name require. #3

Closed waldemarfm closed 9 years ago

waldemarfm commented 9 years ago

The utilifies file on Elixir is uppercased so it's throwing the error 'Error: Cannot find module 'laravel-elixir/ingredients/commands/utilities' when running gulp. This small change fixes it.