Skip to content

Instantly share code, notes, and snippets.

@niisar
Created February 21, 2016 11:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save niisar/3772ae264228ebd955c5 to your computer and use it in GitHub Desktop.
Save niisar/3772ae264228ebd955c5 to your computer and use it in GitHub Desktop.
sass
module.exports = function(){
var client = './src/client/';
var config = {
temp: './.tmp/',
sass : client + 'styles/style.scss'
};
return config;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment