Skip to content

Instantly share code, notes, and snippets.

@malachib
Created May 17, 2016 20:59
Show Gist options
  • Save malachib/ad7bc9c76b90b9fe35a634eb51e99e15 to your computer and use it in GitHub Desktop.
Save malachib/ad7bc9c76b90b9fe35a634eb51e99e15 to your computer and use it in GitHub Desktop.
var paths = {
js: webroot + "js/**/*.js",
minJs: webroot + "js/**/*.min.js",
css: webroot + "css/**/*.css",
minCss: webroot + "css/**/*.min.css",
concatJsDest: webroot + "js/site.min.js",
concatCssDest: webroot + "css/site.min.css",
// added by Mal
npmSrc: "./node_modules/",
//paths.npmLibs = paths.webroot + "lib/npmlibs/"; // for some reason this didn't work further down in the code
npmLibs: "./wwwroot/lib/npmlibs"
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment