this.willMinifyCss = function (file) {
        return path.extname(file.path) === '.css' && cocktail.config.production;
    }