Skip to content

Commit

Permalink
Remove duplicate gulpfile import
Browse files Browse the repository at this point in the history
  • Loading branch information
khawkins98 committed Jun 26, 2019
1 parent 1bca445 commit bded187
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ let fractalBuildMode = 'build';

// Some Gulp tasks live in their own files, for the sake of clarity.
require('require-dir')('./gulp-tasks');
require('./node_modules/\@visual-framework/vf-core/gulpfile.js');

// Tasks to build/run vf-core component system
require('./node_modules/\@visual-framework/vf-core/gulpfile.js');
Expand Down

0 comments on commit bded187

Please sign in to comment.