Skip to content

Commit

Permalink
Fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Dec 31, 2020
1 parent 92148ca commit 4d4cb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gulp.task('build-css', function() {
'src/components/**/*.css'
])
.pipe(concat('primevue.css'))
.pipe(gulp.dest('resources'))
.pipe(gulp.dest('dist/resources'))
.pipe(uglifycss({"uglyComments": true}))
.pipe(rename('primevue.min.css'))
.pipe(gulp.dest('dist/resources'));
Expand Down

0 comments on commit 4d4cb8f

Please sign in to comment.