Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • F first-contributions
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 322
    • Merge requests 322
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • First Contributions
  • first-contributions
  • Merge requests
  • !143
An error occurred while fetching the assigned milestone of the selected merge_request.

Fix urls in manifest file

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Roshan Jossy requested to merge web-app-dev into master 8 years ago
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 6
Compare
  • master (base)

and
  • latest version
    8fd5fb60
    1 commit, 2 years ago

6 files
+ 17
- 9

    Preferences

    File browser
    Compare changes
a‎pp‎
pub‎lic‎
android-chrom‎e-192x192.png‎ +0 -0
android-chrom‎e-256x256.png‎ +0 -0
apple-touc‎h-icon.png‎ +0 -0
manife‎st.json‎ +2 -2
packag‎e.json‎ +5 -7
sw-precach‎e-config.js‎ +10 -0
app/public/android-chrome-192x192.png
+ 0
- 0
  • View replaced file @ 82e4ee6e

  • View file @ 8fd5fb60

2.38 KiB

2.12 KiB

  • 2-up
  • Swipe
  • Onion skin
app/public/android-chrome-256x256.png
+ 0
- 0
  • View replaced file @ 82e4ee6e

  • View file @ 8fd5fb60

3.24 KiB

2.97 KiB

  • 2-up
  • Swipe
  • Onion skin
app/public/apple-touch-icon.png
+ 0
- 0
  • View replaced file @ 82e4ee6e

  • View file @ 8fd5fb60

2.25 KiB

1.99 KiB

  • 2-up
  • Swipe
  • Onion skin
app/public/manifest.json
+ 2
- 2
  • View file @ 8fd5fb60

  • Edit in single-file editor

  • Open in Web IDE


@@ -3,12 +3,12 @@
"name": "First Contributions",
"icons": [
{
"src": "/android-chrome-192x192.png",
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-256x256.png",
"src": "android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
}
app/package.json
+ 5
- 7
  • View file @ 8fd5fb60

  • Edit in single-file editor

  • Open in Web IDE


@@ -6,19 +6,17 @@
"devDependencies": {
"gh-pages": "^0.12.0",
"react-scripts": "0.7.0",
"sw-precache": "^4.0.0"
"sw-precache": "^4.2.2"
},
"dependencies": {
"react": "^15.3.2",
"react-dom": "^15.3.2"
"react": "^15.4.0",
"react-dom": "^15.4.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && cp manifest.json build/ && sw-precache --root='build/' --static-file-globs='build/**/!(*map*)'",
"gh-pages": "gh-pages -d build",
"build": "react-scripts build && sw-precache --config=sw-precache-config.js",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "npm run build&&gh-pages -d build"
},
"homepage": "./"
}
}
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
0
0 participants
Reference:
Source branch: web-app-dev

Menu

Explore Projects Groups Snippets