Dzmitry Bachko

Results 4 issues of Dzmitry Bachko

The problem is in the 'scripts' task.: runSequence(['clean:dev', 'clean:dist'], ['scripts', 'compass', 'imagemin'], 'bundle', 'copy'); The tasks do not run in the correct sequence --the 'bundle' task starts before the 'scripts'...

Autoprefixer's process() method is deprecated and will removed in next major release. Use postcss([autoprefixer]).process() instead