Minor fix in build.

This commit is contained in:
Julien Fontanet
2014-03-13 12:18:15 +01:00
parent 75848f0d6e
commit 7622fa88cb

View File

@@ -140,7 +140,7 @@ gulp.task('build-styles', ['install-bower-components'], function () {
).pipe(dest());
});
gulp.task('copy-assets', function () {
gulp.task('copy-assets', ['install-bower-components'], function () {
return src('{favicon.ico,images/**/*}').pipe(
dest()
);