Skip to content

Commit 584d0a5

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

File tree

656 files changed

+79200
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

656 files changed

+79200
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
3+
## Installing
4+
5+
To install all dependent packages, use the below command
6+
7+
```
8+
npm install
9+
```
10+
11+
## Building
12+
13+
To compile the source files, use the below command
14+
15+
```
16+
npm run build
17+
```

config.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"htmllint": ["./src/**/*.html"],
3+
"json": ["./**/*.json"],
4+
"samplejson": ["./src/**/*sample.json"],
5+
"dedupe": ["./src/**/*.js"],
6+
"watchSample": ["./src/**/*.js"],
7+
"jshint": ["./src/**/*.js", "!./src/**/*.min.js", "!./src/common/samplelist.js", "!./src/common/api-table-generator.js","!./src/common/search-index.js"],
8+
"github": ["./src/**/*.{html,ts,json}", "./styles{,/**}", "./src/**/images{,/**}", "./src/common/lib{,/**}", "./src/common/cldr-data{,/**}", "./src/showcase{,/**}", "!./src/showcase/**/!(webpack.config)*.{js,json}", "!./styles/**/!(index)*.css", "./spec/**/*.ts", "./*.html", "./favicon.ico", "karma.conf.js", "package.json", "test-main.js", "tsconfig.json", "webpack.config.js", "!./googlec03dd4bc003151bc.html", "license"]
9+
}

debug.log

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[1128/175427:ERROR:tcp_listen_socket.cc(76)] Could not bind socket to 127.0.0.1:6004
2+
[1128/175427:ERROR:node_debugger.cc(86)] Cannot start debugger server

favicon.ico

6.42 KB
Binary file not shown.

0 commit comments

Comments
 (0)