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:
parent
aff352335b
commit
3bc5150249
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue