Skip to content

Commit

Permalink
Leave TODO for removing these particular tasks prior to 19.05
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Jan 9, 2019
1 parent 6a98328 commit c7703a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/gulpfile.js
Expand Up @@ -58,6 +58,8 @@ gulp.task("fonts", function() {
.pipe(gulp.dest("../static/images/fonts"));
});

// TODO: Remove script and lib tasks (for 19.05) once we are sure there are no
// external accessors (via require or explicit inclusion in templates)
gulp.task("scripts", function() {
return gulp
.src(paths.scripts)
Expand Down

0 comments on commit c7703a5

Please sign in to comment.