質問編集履歴
1
typo
title
CHANGED
File without changes
|
body
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
glup
|
9
9
|
.src('./**/*.scss')
|
10
10
|
.pipe(scss())
|
11
|
-
.dist(/* ???? */);
|
11
|
+
.pipe(dist(/* ???? */));
|
12
12
|
```
|
13
13
|
|
14
14
|

|