Releases: DennisBecker/grunt-sass-globbing
Releases · DennisBecker/grunt-sass-globbing
v1.5.1
v1.5.0
Added
- supports grunt v1.0.0
- example to exclude files
Changed
- import files on same folder without "./" prefix
v1.4.0
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
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
Added
- Description of supported CSS preprocessors and postprocessors
Changed
- generated files now use CSS compatible comment style
v1.1.0
v1.0.3
Fixed
- use replace() with global modifier to replace all backslashes with slashes
v1.0.2
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
Added
- keywords for npm search
Changed
- Example in documentation shows unclear usage example
v1.0.0
Added
- First release of grunt-sass-globbing