laravel-elixir-livereload
laravel-elixir-livereload copied to clipboard
Laravel Elixir wrapper for livereload
"gulp": "^3.9.1", "laravel-elixir": "^5.0.0", "laravel-elixir-livereload": "^1.1.6" when i use 'gulp' command , it will report the same errors. No tasks were provided to run-sequence
Using the example code as such: ``` elixir(function(mix) { mix.livereload(); }); ``` I get: ``` [14:08:24] Using gulpfile /Volumes/Data/Work/OpenSource/PHP/Laravel/Laravel Sketchpad/sketchpad-demo/support/gulpfile.js [14:08:24] Starting 'default'... [14:08:24] 'default' errored after 547 μs [14:08:24]...
> Not compatible with elixir@^6 > └── UNMET PEER DEPENDENCY [email protected] > > npm WARN [email protected] requires a peer of laravel-elixir@^5.0 but none was installed. Any plans?
Latest deps
When you generate more than one css or js, the browser gets crazy and reloads several times, we could use something like http://underscorejs.org/#debounce to debounce the livereload.changed call [(index.js line:23)](https://github.com/EHLOVader/laravel-elixir-livereload/blob/8a12c9cbd57a4883428ab45fa130e6d39032da2e/index.js#L23)...