Skip to content

Instantly share code, notes, and snippets.

@bloqhead
Created January 5, 2016 17:45
Show Gist options
  • Select an option

  • Save bloqhead/dac566717ec095a68f0f to your computer and use it in GitHub Desktop.

Select an option

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
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