v17.4.0.39
This commit is contained in:
Родитель
4750920b9d
Коммит
47319b3490
|
@ -122,4 +122,4 @@ Refer the Syncfusion Essential JS 1 for ASP.NET Core Product Release Notes in [o
|
|||
|
||||
* To renew the subscription, click [here](https://www.syncfusion.com/sales/products?utm_source=github&utm_medium=listing) or contact our sales team at <salessupport@syncfusion.com>.
|
||||
|
||||
<p>Copyright © 2001-2019 Syncfusion, Inc. Updated on 2019-10-04 at precisely 14:09:52 EST.</p>
|
||||
<p>Copyright © 2001-2019 Syncfusion, Inc. Updated on 2019-12-18 at precisely 11:32:03 EST.</p>
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
'use strict';
|
||||
|
||||
var gulp = require('gulp');
|
||||
var connect = require('gulp-connect');
|
||||
|
||||
gulp.task('copyfiles', function(){
|
||||
gulp.src('node_modules/syncfusion-javascript/Scripts/ej/web/ej.web.all.min.js')
|
||||
.pipe(gulp.dest('samplebrowser/wwwroot/scripts'));
|
||||
gulp.src('node_modules/syncfusion-javascript/Scripts/ej/web/ej.reportdesigner.min.js')
|
||||
.pipe(gulp.dest('samplebrowser/wwwroot/scripts'));
|
||||
gulp.src('node_modules/syncfusion-ej-global/i18n/*.js')
|
||||
.pipe(gulp.dest('samplebrowser/wwwroot/scripts/cultures'));
|
||||
gulp.src('node_modules/syncfusion-javascript/Content/ej/web/**')
|
||||
.pipe(gulp.dest('samplebrowser/wwwroot/css/ejthemes'));
|
||||
});
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "Core",
|
||||
"version": "0.0.0",
|
||||
"description": "The Sample browser for EJ1 ASP.NET Core.",
|
||||
"keywords": [
|
||||
"asp.netcore-samplebrowser"
|
||||
],
|
||||
"license": "MIT",
|
||||
"author": "Synfusion Inc.",
|
||||
"scripts": {
|
||||
"postinstall": "gulp copyfiles"
|
||||
},
|
||||
"dependencies": {
|
||||
"syncfusion-javascript": "*",
|
||||
"gulp": "*",
|
||||
"gulp-connect": "*"
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче