brianpkelley / md-color-picker

Angular-Material based color picker
MIT License
254 stars 119 forks source link

Fix gulp tasks #99

Closed steven-pribilinskiy closed 2 years ago

steven-pribilinskiy commented 7 years ago

@brianpkelley Additional refactoring was required because of broken livereload functionality and to get rid of commented piped plugins. Being a "webpack-guy" I've removed the run-sequence plugin that was necessary for running tasks in proper sequence.

run-sequence is a temporary solution until gulp will support such functionality natively in v4. Btw, it's almost ready! https://github.com/gulpjs/gulp/milestone/1

Notes: