yurivyatkin / keiko-corp

The greatest startup ever created
https://keiko-corp-4f4963.netlify.com/
0 stars 0 forks source link

Convert to a web app with a build script #12

Open yurivyatkin opened 6 years ago

yurivyatkin commented 6 years ago

Further performance improvements can be achieved by minifying the text assets (HTML, JavScript, and CSS), but it would be awkward nowadays to do this manually, so a sort of build process would be the right solution. Parcel or Poi seem to be better candidates than Grunt, Gulp, or bare Webpack (and it is too much work to do this by hand as npm scripts). I would try Poi.

yurivyatkin commented 6 years ago

I tried both Poi and Parcel, with not much luck for various reasons. Poi seems to be expecting a specific setup, and won't work "magiaclly", Parcel was more promising, but at the first try it ends up with "Error: ENOSPC: no space left on device". It seems that I need to try to use a plain Webpack in the meantime. See https://github.com/parcel-bundler/parcel/issues/1557#issuecomment-400975556 for a reason.