File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1
1
/* eslint-env node */
2
2
'use strict' ;
3
3
4
- module . exports = function ( environment /* , appConfig */ ) {
4
+ module . exports = function ( environment , appConfig ) {
5
5
// See https://github.com/san650/ember-web-app#documentation for a list of
6
6
// supported properties
7
-
8
7
return {
9
8
name : 'Ember API Docs' ,
10
9
short_name : 'Ember API' ,
11
10
description : 'Ember & Ember Data API Documentation' ,
12
- start_url : environment . routerRootURL ,
11
+ start_url : appConfig . routerRootURL ,
13
12
display : 'standalone' ,
14
13
background_color : '#FDFDFD' ,
15
14
theme_color : '#f67862' ,
16
- scope : environment . routerRootURL ,
15
+ scope : appConfig . routerRootURL ,
17
16
lang : 'en-US' ,
18
17
icons : [
19
18
{
Original file line number Diff line number Diff line change
1
+ [?25lundefined
2
+ [?25h[?25l[?25hcleaning up...
3
+ [?25h[?25hBuilt project successfully. Stored in "dist/".
4
+ [?25hFile sizes:
5
+ [?25h - dist/assets/ember-api-docs-9dbb9d45a98b42f6ba9c287da4ff0567.js: 131.51 KB (24.13 KB gzipped)
6
+ [?25h - dist/assets/ember-api-docs-bf67c10ba4bc5b2dafc1bf5be725fbfe.css: 41.66 KB (15.02 KB gzipped)
7
+ [?25h - dist/assets/ember-api-docs-fastboot-2b15b7f041eb41e93491ef8ec67f5586.js: 2.77 KB (1.06 KB gzipped)
8
+ [?25h - dist/assets/vendor-4e64e5b3672584f2cb2a017e218b8bf2.js: 1.21 MB (293.15 KB gzipped)
9
+ [?25h - dist/assets/vendor-d41d8cd98f00b204e9800998ecf8427e.css: 0 B
10
+ [?25h - dist/ember-algolia/algoliasearch-7b1d3b444e866c91dff1117bd5b9de51.js: 91 B (84 B gzipped)
11
+ [?25h - dist/ember-fetch/fastboot-fetch-027a9422b3692a30fce1385c8b1de3a6.js: 299 B (205 B gzipped)
12
+ [?25h - dist/sw-registration.js: 554 B (267 B gzipped)
13
+ [?25h - dist/sw.js: 3.61 KB (1.37 KB gzipped)
You can’t perform that action at this time.
0 commit comments