Skip to content

Commit

Permalink
Filtered: Update dependencies (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
s7eph4n authored and kghbln committed Mar 27, 2019
1 parent 14e04f1 commit de0ef97
Show file tree
Hide file tree
Showing 7 changed files with 906 additions and 1,234 deletions.
2 changes: 1 addition & 1 deletion formats/filtered/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,4 @@ gulp.task( 'copyExternalImages', function () {
} );

gulp.task( 'buildExternalCSS', gulp.parallel( 'buildLeafletCSS', 'buildSliderCSS', 'buildSelectCSS' ) );
gulp.task( 'default', gulp.parallel( 'buildFiltered', 'buildFilteredTests', 'buildExternalJS', 'buildExternalCSS', 'copyExternalImages' ) );
gulp.task( 'default', gulp.parallel( 'buildFiltered', 'buildFilteredTests', 'buildExternalJS', 'buildExternalCSS', 'copyExternalImages' ) );
Loading

0 comments on commit de0ef97

Please sign in to comment.