Closed VanDalkvist closed 8 years ago
Agree, this needs to be changed. We could:
As a bigger task we could move to gulp 4 and use the approach proposed in the end of this article: http://blog.reactandbethankful.com/posts/2015/04/23/building-with-gulp-3-and-4-part-1-examples/
About gulp 4. It is not released yet, as I see. https://github.com/gulpjs/gulp/releases
ah, ok. Well - then just 1 or 2. Or both at once.
I can do it I think
Do it! :)
Closed due to #62
During creating new Appveyor build I faced out with issue - I could not pass a build with
unit-tests
gulp task because it depends oncoveralls
task which should be configured for appveyor build previously. I am proposing movecoveralls
task somewhere to be executed after unit-tests are done.