Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mvcct-templates

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mvcct-templates - npm Package Compare versions

Comparing version 1.0.0-alfa8 to 1.0.0-alfa9

8

gulpfile.js

@@ -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.",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc