Created
May 17, 2016 20:59
-
-
Save malachib/ad7bc9c76b90b9fe35a634eb51e99e15 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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