mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-24 05:17:11 +02:00
Fixed bug
This commit is contained in:
parent
9425dcedf4
commit
107f66645c
9 changed files with 12 additions and 8 deletions
|
@ -16,9 +16,9 @@ gulp.task('js', function () {
|
|||
return error.message;
|
||||
}))
|
||||
.pipe(uglify())
|
||||
.pipe(sourcemaps.write())
|
||||
.pipe(sourcemaps.write('.'))
|
||||
.pipe(notify("Javascript compiled!"))
|
||||
.pipe(gulp.dest('./'))
|
||||
.pipe(gulp.dest('public/build'))
|
||||
});
|
||||
|
||||
gulp.task('sass', function(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue