Skip to content

Commit 8ad6223

Browse files
committed
Update gulpfile to build with new project
1 parent 70c5f77 commit 8ad6223

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/gulpfile.js

+2-4
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ var gulp = require("gulp"),
66
var bower = require("main-bower-files");
77
var bowerNormalize = require("gulp-bower-normalize");
88

9-
eval("var project = " + fs.readFileSync("./project.json"));
10-
119
var paths = {
1210
bower: "./bower_components/",
13-
lib: "./" + project.webroot + "/lib/",
14-
data: "./" + project.webroot + "/data/"
11+
lib: "./wwwroot/lib/",
12+
data: "./wwwroot/data/"
1513
};
1614

1715
gulp.task("clean", function () {

0 commit comments

Comments
 (0)