gruntjsgrunt-contrib-compass

cssDir vs cssPath in grunt-contrib-compass?


In the optional configuration options for the Compass Grunt plugin (https://github.com/gruntjs/grunt-contrib-compass), what is the difference between cssDir and cssPath? Or do they both control the same thing?


Solution

  • Nevermind, seems to be pretty well explained in this answer – here's the jist:

    For most uses, simply setting the cssDir should be sufficient.