In my project I’m using Bower for package management, and then including the vendors css/scss files into my base css file. Unfortunately SASS doesn't offer the possibility of adjusting the asset paths in url() values when including.
This simple change is needed to not force users to use Grunt.
In my project I’m using Bower for package management, and then including the vendors css/scss files into my base css file. Unfortunately SASS doesn't offer the possibility of adjusting the asset paths in url() values when including.
This simple change is needed to not force users to use Grunt.