Created
January 5, 2016 17:45
-
-
Save bloqhead/dac566717ec095a68f0f to your computer and use it in GitHub Desktop.
There is a bug with `sass-globbing` version 1.1.1 that throws an error when it comes to file paths. To fix it, run the following command in your command line app of choice. To give props, see this comment on Github: https://github.com/chriseppstein/sass-globbing/issues/19#issuecomment-66501914
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gem uninstall sass-globbing | |
| gem install sass-globbing -v 1.1.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment