grunt-sass-globbing

Create file with import statements from a configured path

MIT License

Downloads
9.1K
Stars
37

Bot releases are hidden (Show)

grunt-sass-globbing - v1.5.1 Latest Release

Published by DennisBecker over 8 years ago

Fixed

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

Published by DennisBecker over 8 years ago

Added

  • supports grunt v1.0.0
  • example to exclude files

Changed

  • import files on same folder without "./" prefix
grunt-sass-globbing - v1.4.0

Published by DennisBecker about 9 years ago

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
grunt-sass-globbing - v1.3.0

Published by DennisBecker over 9 years ago

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
grunt-sass-globbing - v1.2.0

Published by DennisBecker over 9 years ago

Added

  • Description of supported CSS preprocessors and postprocessors

Changed

  • generated files now use CSS compatible comment style
grunt-sass-globbing - v1.1.0

Published by DennisBecker over 9 years ago

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
grunt-sass-globbing - v1.0.3

Published by DennisBecker over 9 years ago

Fixed

  • use replace() with global modifier to replace all backslashes with slashes
grunt-sass-globbing - v1.0.2

Published by DennisBecker over 9 years ago

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.

grunt-sass-globbing - v1.0.1

Published by DennisBecker almost 10 years ago

Added

  • keywords for npm search

Changed

  • Example in documentation shows unclear usage example
grunt-sass-globbing - v1.0.0

Published by DennisBecker almost 10 years ago

Added

  • First release of grunt-sass-globbing