Skip to content

Commit

Permalink
App without progressive support
Browse files Browse the repository at this point in the history
  • Loading branch information
ajit-kumar-azad committed Feb 18, 2017
1 parent f56b2f7 commit 471d32e
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 191 deletions.
26 changes: 0 additions & 26 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,32 +58,6 @@
"font-awesome"
],

"progressive": {
"manifest": {
"name": "Employee Directory",
"short_name": "ED",
"icons": [
{
"src": "resources/ed96.png",
"sizes": "96x96"
},
{
"src": "resources/ed192.png",
"sizes": "192x192"
},
{
"src": "resources/ed256.png",
"sizes": "256x256"
}
],
"theme_color": "#054059",
"background_color": "#054059",
"display": "standalone",
"orientation": "portrait",
"start_url": "/index.html"
}
},

/**
* Fashion build configuration properties.
*/
Expand Down
2 changes: 1 addition & 1 deletion bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
* to the most recently built CSS file for the application to allow index.html
* in the development directory to load properly (i.e., "dev mode").
*/
@import 'build/development/ED/classic/resources/ED-all.css';
@import 'build/production/ED/modern/resources/ED-all.css';

81 changes: 1 addition & 80 deletions bootstrap.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion classic.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion classic.jsonp

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion modern.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion modern.jsonp

Large diffs are not rendered by default.

79 changes: 0 additions & 79 deletions sass/example/bootstrap.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sass/example/bootstrap.jsonp

Large diffs are not rendered by default.

0 comments on commit 471d32e

Please sign in to comment.