mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 14:42:56 +00:00
Minor fix on css location on gulpfile.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user