mvcct-templates
Advanced tools
Comparing version 1.0.0-alfa4 to 1.0.0-alfa5
@@ -8,5 +8,5 @@ var gulp = require("gulp"), | ||
+'@using MvcControlsToolkit.Core.HtmlHelpers \n'; | ||
var topappendViewImport = '\n @addTagHelper *, MvcControlsToolkit.Core' | ||
+'\n @addTagHelper *, MvcControlsToolkit.ControlsCore'; | ||
var toPrependGulpfile = "require('gulp-load-subtasks')('tasks'); \n"; | ||
var topappendViewImport = '\n@addTagHelper *, MvcControlsToolkit.Core' | ||
+'\n@addTagHelper *, MvcControlsToolkit.ControlsCore'; | ||
var toPrependGulpfile = "\nrequire('gulp-load-subtasks')('tasks');"; | ||
@@ -20,3 +20,3 @@ gulp.task('copy:files', function () { | ||
return gulp.src(["../../Views/_ViewImports.cshtml"], { base: '../..' }) | ||
.pipe(grep(/MvcControlsToolkit.Core.Views/, {inverted: true})) | ||
.pipe(insert.wrap(toprependViewImport, topappendViewImport)) | ||
@@ -28,3 +28,3 @@ .pipe(gulp.dest("../..")); | ||
return gulp.src(["../../gulpfile.js"], { base: '../..' }) | ||
.pipe(grep(/gulp-load-subtasks/, {inverted: true})) | ||
.pipe(insert.prepend(toPrependGulpfile)) | ||
@@ -31,0 +31,0 @@ .pipe(gulp.dest("../..")); |
{ | ||
"name": "mvcct-templates", | ||
"version": "1.0.0-alfa4", | ||
"version": "1.0.0-alfa5", | ||
"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
11197
121