Skip to content

v10.1.0

Compare
Choose a tag to compare
@ashleynolan ashleynolan released this 11 Mar 11:57
· 13 commits to master since this release
75289e7

Changed

  • Turns out there were more changes needed for Gulp v4 😆
    Specifically, regarding runSequence (which no longer works in Gulp v4). Have converted these tasks to use gulp.series and gulp.parallel instead. This ahs been tested with how HomeWeb uses its default task – this is likely to need more specific testing/updates if/when we migrate this into other applications that use this package).