Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 957 Bytes

CHANGELOG.md

File metadata and controls

24 lines (18 loc) · 957 Bytes

v1.1.5

  • fix all task due to the project list change from json to array

v1.1.4

PROJECT TASK : Change the way the projects are managed in the machine:

  • no more subject in the config.json, the subject comes now from the mailConfig and from the right language
  • when all the project are deleted, the machine works anyway by setting the project to _bootstrap
  • projects.json is now a simple array
  • grunt project --subject="something" redefines the subject of the current mail in mailConfig.json file. ATTENTION: same for all languages

v1.1.3

  • execute pot2po conversion only if there is more than one language in mailConfig.json

v1.1.2

  • fix setLang task to stop grunt on error

v1.1.1

  • fix setlang task to provide feedback error when language is not provided for the litmus task

v1.1.0

  • add pot2po task, that replaces the shell task and bases on mailConfig.json instead of locales variable

v1.0.2

  • add dcodeGetExportName task