GoogleCloudPlatform / gcping

The source for the CLI and web app at gcping.com

Home Page:https://gcping.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use an asset bundler

enocom opened this issue · comments

After 155e434, we'll need to be aware of how clients cache assets. An asset bundler would help with this and open the door to more client-side options (TypeScript, wider browser support, SASS, etc). Parcel is a good option: https://parceljs.org/docs/.