File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 "predeploy" : " npm run build" ,
88 "deploy" : " echo ncp.dev > ./dist/CNAME && gh-pages -d dist" ,
99 "dev" : " vite" ,
10+ "prebuild" : " replace-in-files --string='/src/main-page/main.html' --replacement='main.html' src/loading-page/index.js" ,
1011 "build" : " vite build" ,
11- "postbuild" : " ncp src/loading-page dist && ncp src/main-page dist && del-cli --force dist/src && replace-in-files --string='/src/ main-page/main .html' --replacement='main.html' dist /index.js" ,
12+ "postbuild" : " ncp dist/ src/loading-page dist && ncp dist/ src/main-page dist && del-cli --force dist/src && replace-in-files --string='main.html' --replacement='/src/ main-page/main .html' src/loading-page /index.js" ,
1213 "preview" : " vite preview"
1314 },
1415 "devDependencies" : {
Original file line number Diff line number Diff line change 8686 < p style ="color: grey; " class ="output-line file-output-line "> dist/< span id ="image "> ncp-icon.png</ span > </ p > < br >
8787 < p style ="color: grey; " class ="output-line file-output-line "> dist/< span id ="image "> ncp-long-forum.png</ span > </ p > < br >
8888 < p style ="color: grey; " class ="output-line file-output-line "> dist/< span id ="image "> poster.png</ span > </ p > < br >
89- < p style ="color: grey; " class ="output-line file-output-line "> dist/< span id ="html "> loading .html</ span > </ p > < br >
89+ < p style ="color: grey; " class ="output-line file-output-line "> dist/< span id ="html "> index .html</ span > </ p > < br >
9090 < p style ="color: grey; " class ="output-line file-output-line "> dist/< span id ="html "> main.html</ span > </ p > < br >
91- < p style ="color: grey; " class ="output-line file-output-line "> dist/< span id ="css "> loading .css</ span > </ p > < br >
91+ < p style ="color: grey; " class ="output-line file-output-line "> dist/< span id ="css "> index .css</ span > </ p > < br >
9292 < p style ="color: grey; " class ="output-line file-output-line "> dist/< span id ="css "> main.css</ span > </ p > < br >
93- < p style ="color: grey; " class ="output-line file-output-line "> dist/< span id ="js "> loading .js</ span > </ p > < br >
93+ < p style ="color: grey; " class ="output-line file-output-line "> dist/< span id ="js "> index .js</ span > </ p > < br >
9494 < p style ="color: grey; " class ="output-line file-output-line "> dist/< span id ="js "> main.js</ span > </ p > < br >
9595</ body >
9696</ html >
You can’t perform that action at this time.
0 commit comments