1
0
mirror of https://github.com/ToxicCrack/PrintABrick.git synced 2025-05-15 20:00:08 -07:00

Fix assets destination

This commit is contained in:
Unknown 2017-06-08 18:07:27 +02:00
parent 08cf96a179
commit ac051df6a2

View File

@ -56,7 +56,7 @@ gulp.task('files:semantic', function () {
return gulp.src( return gulp.src(
'bower_components/semantic/dist/themes/**' 'bower_components/semantic/dist/themes/**'
) )
.pipe(gulp.dest('web/resources/css/semantic-ui')); .pipe(gulp.dest('web/resources/css/themes'));
}); });
gulp.task('files:images', function () { gulp.task('files:images', function () {