Skip to content

Releases: mpneuried/grunt-soy-compile

use with grunt-contrib-watch

17 Feb 10:06
Compare
Choose a tag to compare

|Made some changes to use it with 'grunt-contrib-watch`

Bugfix to correct file watching

21 Oct 07:25
Compare
Choose a tag to compare

Single file compile by `grunt-contrig-watch`

16 Aug 07:28
Compare
Choose a tag to compare

Added single file compile wicth grunt-contib-watch.

But you have to turn of the spawn option of the watch module.

E.g:

{
  watch: {
    options: {
      spawn: false
    },
    soy: {
      files: ["_src/tmpls/*.soy"],
      tasks: ["soycompile:main"]
    }
  }
}

**Alternativly you can use the grunt-contrib-watch replacement grunt-regarde witch works since version 0.1.0 of grunt-soy-compile

Options bugfix

11 Jul 06:38
Compare
Choose a tag to compare
v0.2.1

small options bugfix

option `singleLangXLIFF`

11 Jul 05:50
Compare
Choose a tag to compare
  • New option singleLangXLIFF to generate only one raw xliff
  • Check and skip for not existing xliff-files within the infusemsgpath.