Skip to content

Commit

Permalink
adjusting scripts load order
Browse files Browse the repository at this point in the history
  • Loading branch information
osvaldopina committed Jul 22, 2019
1 parent 110fc39 commit 9b9abda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions projects/chrome-extension/src/app/manifest/dev/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"<all_urls>"
],
"js": [
"main-es5.js",
"polyfills-es5.js",
"runtime-es5.js",
"vendor-es5.js"
"vendor-es5.js",
"main-es5.js"
],
"css": [
"src/assets/indigo-pink.css",
Expand Down
4 changes: 2 additions & 2 deletions projects/chrome-extension/src/app/manifest/prod/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"<all_urls>"
],
"js": [
"main-es5.js",
"polyfills-es5.js",
"runtime-es5.js"
"runtime-es5.js",
"main-es5.js"
],
"css": [
"src/assets/indigo-pink.css",
Expand Down

0 comments on commit 9b9abda

Please sign in to comment.