Skip to content

Releases: DennisBecker/grunt-sass-globbing

v1.5.1

12 Apr 10:59
Compare
Choose a tag to compare

Fixed

  • directory traversal issue introduced with PR #18 fixed, do not remove globally alls "./" - just remove it when strings begins with it

v1.5.0

12 Apr 06:38
Compare
Choose a tag to compare

Added

  • supports grunt v1.0.0
  • example to exclude files

Changed

  • import files on same folder without "./" prefix

v1.4.0

04 Aug 07:07
Compare
Choose a tag to compare

Added

  • Option to set a custom signature or to disable signature
  • Example for a SCSS file which uses the import map files from the example grunt task

v1.3.0

14 Apr 08:13
Compare
Choose a tag to compare

Added

  • Destination file can be written within source path and won't reference itself

Changed

  • typo fixes in usage examples
  • remove two examples and add a description how to use other CSS preprocessors for a better overview and readability

v1.2.0

06 Mar 08:37
Compare
Choose a tag to compare

Added

  • Description of supported CSS preprocessors and postprocessors

Changed

  • generated files now use CSS compatible comment style

v1.1.0

09 Feb 08:10
Compare
Choose a tag to compare

Added

  • Allow single quotes for @import statements
  • Check if partial and non-partial with the same name exist in the same folder
  • Add a change log file

v1.0.3

27 Jan 08:43
Compare
Choose a tag to compare

Fixed

  • use replace() with global modifier to replace all backslashes with slashes

v1.0.2

26 Jan 08:58
Compare
Choose a tag to compare

Fixed

  • @import statements change from directory separator from operating system to slashes needed by Sass/libsass

In this plugin I use node.js path() functions, which rely on the directory separator of the operatin system. This results in different behaviour on Linux / Mac OS X and Windows. I only had the possibillity to test against Mac OS X and Debian 7, but thanks to a bug report, I have fixed the behaviour on Windows.

v1.0.1

01 Dec 14:04
Compare
Choose a tag to compare

Added

  • keywords for npm search

Changed

  • Example in documentation shows unclear usage example

v1.0.0

21 Nov 11:03
Compare
Choose a tag to compare

Added

  • First release of grunt-sass-globbing