Emitty Versions Save

A platform for finding dependencies between files and building tools for incremental compilation or build.

1.4.0

6 years ago

Changelog:

  • Added partials option to Language Settings for supports Sass and SCSS partial files (with _ prefix). By default partials option enabled for sass and scss language mode.
  • Added basedir option to Emitty options. Need to files with absolute paths. For more details see #7.

1.3.1

7 years ago

Changelog:

  • Fix issue with comment pattern inside string (fix #6)

1.3.0

7 years ago

Changelog:

  • Added a new method emitty.filter.
  • Added more examples for integration with Gulp.
  • Updated documentation.

1.2.2

7 years ago

Changelog:

  • Micro-optimizing performance.
  • Added tests for utils/paths.

1.2.1

7 years ago

Changelog:

  • The correct definition of a relative file path.
  • Protection against Windows users (aka backslash in filepath).

1.2.0

7 years ago

Changelog:

  • Added makeVinylFile option to improve performance when you work with a Gulp (for more details see examples of integration with Gulp).
  • Added some examples to work with Gulp.

1.1.1

7 years ago

Changelog:

  • Now the filepath to the changed file is really optional parameter.

    If you do not specify the filepath to the changed file, it will be the last file that has changed since the last scan.

1.1.0

7 years ago

Changelog:

  • Added support for Less, Stylus (indent), Sass (indent + SCSS syntax)

1.0.0

7 years ago

Initialization.