Spignite runs in DEVELOPMENT
mode by default. Some operations skip additional processing in development mode, like HTML minification.
Build the site with:
npm run build
Development is faster with the in the live mode:
npm run dev
and all the changes will be automatically deployed to living website, on http://localhost:3000