mvcct-templates
Advanced tools
Comparing version 1.0.0 to 1.1.0-rc1
@@ -38,2 +38,6 @@ var gulp = require("gulp"), | ||
gulp.task('create:root', function () { | ||
return vn.src(["./root/**/*.*"], { base: './root' }) | ||
.pipe(vn.dest("../..", {overwrite: false})); | ||
}); | ||
gulp.task('copy:files', function () { | ||
@@ -62,4 +66,4 @@ return vn.src(["./wwwroot/**/*.*", "./tasks/**/*.*"], { base: '.' }) | ||
gulp.task("install", ["copy:files", "copy:views", "modify:viewimport", "modify:gulpfile"]); | ||
gulp.task("install", ["create:root", "copy:files", "copy:views", "modify:viewimport", "modify:gulpfile"]); | ||
{ | ||
"name": "mvcct-templates", | ||
"version": "1.0.0", | ||
"version": "1.1.0-rc1", | ||
"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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
14748
14
148
1