// https://github.com/gruntjs/grunt-contrib-compass compass: { dist: { options: { httpPath: '/', httpImagesPath: 'httpPath + "/" + imagesDir', cssDir: 'app/webroot/css', sassDir: 'app/webroot/scss', javascriptsDir: 'app/webroot/js', imagesDir: 'app/webroot/img', fontsDir: 'app/webroot/fonts', noLineComments: true, relativeAssets: true, outputStyle: 'expanded' } } }