Skip to content

Commit

Permalink
fix: resolve dependecy security issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ifedapoolarewaju committed Jun 3, 2018
1 parent 44863b7 commit 6160ac3
Show file tree
Hide file tree
Showing 3 changed files with 3,357 additions and 2,002 deletions.
3 changes: 1 addition & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

var gulp = require('gulp');
var pug = require('gulp-pug');
var minifyhtml = require('gulp-htmlmin');

gulp.task('html', function () {
return gulp.src(['./browser/views/**/*.pug', '!./browser/views/**/_*.pug'])
Expand All @@ -27,4 +26,4 @@ gulp.task('watch', function(){
gulp.watch('./docs-src/**/*.pug', ['website-html']);
})

gulp.task('build', ['html']);
gulp.task('build', gulp.series('html'));
Loading

0 comments on commit 6160ac3

Please sign in to comment.