1.2.1

Builder

  • Added config file builder.config.js file (esbuild, verbose)

I18N

  • Added JSON config file for centralized languages (config/languages.json)

testin-nutin

  • Added config file test.config.js (origins array, verbose boolean)
  • Added assertions + automated 'not' counterparts
  • Improved spyOn
  • Improved JSDOM setup & global registration

Improved deployment tools Dockerfile (nginx conf + gzip)

  • Fixed typo and added comments in nginx.conf.
  • Extracted gzip config from Dockerfile (removed sed command)
  • Moved Dockerfile and deployment config files (nginx.conf, gzip.conf) into their own folder tools/deployment.
  • Added docker:build and docker:run scripts in package.json.

Misc

  • Moved dev tools (serve.js, dev-serve.js, watcher.js) into their own tools/dev folder.
  • Added explicit chokidar devDependency (sass & live-server transitive).