Closed andersevenrud closed 5 years ago
This came up during a conversation on Gitter.
It would probably be useful if the server could check the dist/ directory, and if it was not satisfied a message would appear with some suggestions of what might have gone wrong:
dist/
npm run buld
So like a log file that the server checks to see if dist was correctly created?
dist
Just print to stderr if index.html or the pattern osjs.* was not found inside dist/ .
index.html
osjs.*
Ah
This came up during a conversation on Gitter.
It would probably be useful if the server could check the
dist/
directory, and if it was not satisfied a message would appear with some suggestions of what might have gone wrong:npm run buld
?npm run buld
?