回答編集履歴

1

誤字の修正

2018/04/21 23:58

投稿

退会済みユーザー
test CHANGED
@@ -78,12 +78,6 @@
78
78
 
79
79
 
80
80
 
81
- const pub = "public/";
82
-
83
- const dev = "develop/";
84
-
85
-
86
-
87
81
  //ディレクトリ構造を維持してejsをhtmlに変換して出力する
88
82
 
89
83
  gulp.task('ejs',function(){
@@ -130,7 +124,7 @@
130
124
 
131
125
  server: {
132
126
 
133
- baseDir: pub,
127
+ baseDir: "public",
134
128
 
135
129
  startPath: "./index.html"
136
130