mvcct-templates
Advanced tools
Comparing version 1.0.0-alfa8 to 1.0.0-alfa9
@@ -39,5 +39,9 @@ var gulp = require("gulp"), | ||
gulp.task('copy:files', function () { | ||
return gulp.vn(["./Views/**/*.*", "./wwwroot/**/*.*", "./tasks/**/*.*"], { base: '.' }) | ||
return vn.src(["./wwwroot/**/*.*", "./tasks/**/*.*"], { base: '.' }) | ||
.pipe(vn.dest("../..", {overwrite: false})); | ||
}); | ||
gulp.task('copy:views', function () { | ||
return vn.src(["./Views/**/*.*"], { base: '.' }) | ||
.pipe(vn.dest("../..", {overwrite: true})); | ||
}); | ||
@@ -58,4 +62,4 @@ gulp.task('modify:viewimport', function () { | ||
gulp.task("install", ["copy:files", "modify:viewimport", "modify:gulpfile"]); | ||
gulp.task("install", ["copy:files", "copy:views", modify:viewimport", "modify:gulpfile"]); | ||
{ | ||
"name": "mvcct-templates", | ||
"version": "1.0.0-alfa8", | ||
"version": "1.0.0-alfa9", | ||
"homepage": "https://github.com/MvcControlsToolkit/MvcControlsToolkit.Templates", | ||
@@ -5,0 +5,0 @@ "description": "mvcct-templates installs content files needed by Mvc Controls Toolkit into asp.net core.", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12061
144