dropped usage of gulp,

by using the external tool
[jsmin](https://github.com/douglascrockford/JSMin.git)
This commit is contained in:
Paul Schneider 2019-05-29 21:37:54 +01:00
commit f0e47e7ec6
22 changed files with 3684 additions and 4439 deletions

View file

@ -171,7 +171,7 @@
]
},
"scripts": {
"prepublish": "gulp min"
"prepublish": "make minify"
},
"embed": "Views/**/*.cshtml"
}