Skip to content

Instantly share code, notes, and snippets.

@geoffreydhuyvetters
Created September 25, 2014 21:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geoffreydhuyvetters/5f30d09e9fcf75bc39aa to your computer and use it in GitHub Desktop.
Save geoffreydhuyvetters/5f30d09e9fcf75bc39aa to your computer and use it in GitHub Desktop.
config.json
{
"stylesheets": {
"src":{
"folder": "_scss",
"file":"*.scss"
},
"dest": {
"folder":"public/css",
"file":"screen.css"
}
},
"scripts": {
"src":{
"folder": "_js",
"file":"*.js"
},
"dest": {
"folder":"public/js",
"file":"app.js"
}
},
"templates": {
"namespace":"tpl",
"src":{
"folder": "_hbs",
"file":"*.hbs"
},
"dest": {
"folder":"public/js",
"file":"app.js"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment