0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00

Minor fix on css location on gulpfile.

This commit is contained in:
Andrey Antukh 2016-07-29 15:24:18 +03:00
parent aff352335b
commit 3bc5150249
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -156,7 +156,7 @@ gulp.task("dist:scss:main", scssPipeline({
gulp.task("dist:scss:view", scssPipeline({
input: paths.app + "styles/view.scss",
output: paths.dist + "view/css/"
output: paths.dist + "css/"
}));
gulp.task("dist:scss", ["dist:scss:main",