Skip to content

Commit fa472ee

Browse files
committed
config(EJ2-5374): Modified sample browser layout
1 parent 584d0a5 commit fa472ee

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,20 @@ To compile the source files, use the below command
1414

1515
```
1616
npm run build
17+
```
18+
19+
## Testing
20+
21+
To test the source files, use the below command
22+
23+
```
24+
npm run test
25+
```
26+
27+
## Running
28+
29+
To run the samples, use the below command
30+
31+
```
32+
npm run serve
1733
```

config.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

gulpfile.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@ var webpack = require('webpack');
1010
var elasticlunr = require('elasticlunr');
1111
var runSequence = require('run-sequence');
1212
var sampleOrder = JSON.parse(fs.readFileSync(__dirname + '/src/common/sampleOrder.json'));
13-
//var localConfig = require('../../config.json');
14-
//var rootConfig = require(fs.realpathSync('./config.json'));
1513
var config =require(fs.realpathSync('./config.json'));
16-
1714
var curDirectory = '';
18-
//var build = require("@syncfusion/ej2-build");
1915
require('./src/common/api-table-generator.js');
2016
var sampleList;
2117

0 commit comments

Comments
 (0)