Skip to content

Commit

Permalink
[BUGFIX] remove vendor from build task
Browse files Browse the repository at this point in the history
  • Loading branch information
brousalis committed Mar 14, 2016
1 parent 3e0c190 commit 0f35dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js/tasks/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ gulp.task('build', function(callback) {

runSequence(
'clean',
['vendor:build', 'misc:build', 'images:build', 'fonts:build'],
['misc:build', 'images:build', 'fonts:build'],
'compile',
callback
);
Expand Down

0 comments on commit 0f35dc6

Please sign in to comment.