File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
JavaScriptEngineSwitcher.Sample.AspNetCore1.Mvc1
JavaScriptEngineSwitcher.Sample.AspNetCore1Full.Mvc1 Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ var minifyCss = require('gulp-minify-css');
1414var uglify = require ( 'gulp-uglify' ) ;
1515var watch = require ( 'gulp-watch' ) ;
1616
17- var project = require ( "./project.json" ) ;
1817var webRootPath = "./wwwroot" ;
1918var bowerDirPath = "bower_components" ;
2019var styleDirPath = webRootPath + '/styles' ;
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ var minifyCss = require('gulp-minify-css');
1414var uglify = require ( 'gulp-uglify' ) ;
1515var watch = require ( 'gulp-watch' ) ;
1616
17- var project = require ( "./project.json" ) ;
1817var webRootPath = "./wwwroot" ;
1918var bowerDirPath = "bower_components" ;
2019var styleDirPath = webRootPath + '/styles' ;
You can’t perform that action at this time.
0 commit comments