Skip to content

Commit bdcffcf

Browse files
committed
From gulpfile.js removed references to project.json
1 parent 44821a0 commit bdcffcf

File tree

2 files changed

+0
-2
lines changed
  • samples
    • JavaScriptEngineSwitcher.Sample.AspNetCore1.Mvc1
    • JavaScriptEngineSwitcher.Sample.AspNetCore1Full.Mvc1

2 files changed

+0
-2
lines changed

samples/JavaScriptEngineSwitcher.Sample.AspNetCore1.Mvc1/gulpfile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ var minifyCss = require('gulp-minify-css');
1414
var uglify = require('gulp-uglify');
1515
var watch = require('gulp-watch');
1616

17-
var project = require("./project.json");
1817
var webRootPath = "./wwwroot";
1918
var bowerDirPath = "bower_components";
2019
var styleDirPath = webRootPath + '/styles';

samples/JavaScriptEngineSwitcher.Sample.AspNetCore1Full.Mvc1/gulpfile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ var minifyCss = require('gulp-minify-css');
1414
var uglify = require('gulp-uglify');
1515
var watch = require('gulp-watch');
1616

17-
var project = require("./project.json");
1817
var webRootPath = "./wwwroot";
1918
var bowerDirPath = "bower_components";
2019
var styleDirPath = webRootPath + '/styles';

0 commit comments

Comments
 (0)