File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4
4
> Modules for running a UI5 development server
5
5
> Part of the [ UI5 Build and Development Tooling] ( https://github.com/SAP/ui5-tooling )
6
6
7
+ [ ![ Travis CI Build Status] ( https://travis-ci.org/SAP/ui5-server.svg?branch=master )] ( https://travis-ci.org/SAP/ui5-server )
8
+
7
9
** This is a Pre-Alpha release!**
8
10
** The UI5 Build and Development Tooling described here is not intended for productive use yet. Breaking changes are to be expected.**
9
11
@@ -17,7 +19,7 @@ The development server has already a set of middlewares which supports the devel
17
19
* Translation files with ` .properties ` extension are properly encoded with ** ISO-8859-1**
18
20
* Changes on files with ` .less ` extension triggers a theme build and delivers the compiled CSS files
19
21
* Version Info is created automatically (` /resources/sap-ui-version.json ` )
20
- * * List project files with URL (needed exclusively by the OpenUI5 testsuite): ` /discovery/app_pages ` , ` /discovery/all_libs ` , ` /discovery/all_tests `
22
+ * List project files with URL (needed exclusively by the OpenUI5 testsuite): ` /discovery/app_pages ` , ` /discovery/all_libs ` , ` /discovery/all_tests `
21
23
22
24
## Certificates for HTTPS or HTTP/2
23
25
Original file line number Diff line number Diff line change 48
48
" docs/**" ,
49
49
" jsdocs/**" ,
50
50
" coverage/**" ,
51
- " test/**" ,
52
- " lib/lbt/**"
51
+ " test/**"
53
52
],
54
53
"check-coverage" : true ,
55
54
"lines" : 70 ,
You can’t perform that action at this time.
0 commit comments