mirror of
https://github.com/ToxicCrack/PrintABrick.git
synced 2025-05-16 04:10:09 -07:00
Fix assets destination
This commit is contained in:
parent
08cf96a179
commit
ac051df6a2
@ -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 () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user