Skip to content

Commit

Permalink
New build
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnHols committed Mar 26, 2017
1 parent 19e37a6 commit 15255e7
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 37 deletions.
8 changes: 4 additions & 4 deletions build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"main.css": "static/css/main.43244bfc.css",
"main.css.map": "static/css/main.43244bfc.css.map",
"main.js": "static/js/main.cc299887.js",
"main.js.map": "static/js/main.cc299887.js.map",
"main.css": "static/css/main.cf659c3e.css",
"main.css.map": "static/css/main.cf659c3e.css.map",
"main.js": "static/js/main.27208c65.js",
"main.js.map": "static/js/main.27208c65.js.map",
"static\\media\\glyphicons-halflings-regular.eot": "static/media/glyphicons-halflings-regular.f4769f9b.eot",
"static\\media\\glyphicons-halflings-regular.svg": "static/media/glyphicons-halflings-regular.89889688.svg",
"static\\media\\glyphicons-halflings-regular.ttf": "static/media/glyphicons-halflings-regular.e18bbf61.ttf",
Expand Down
2 changes: 1 addition & 1 deletion build/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html lang="en" prefix="og: http://ogp.me/ns#"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="shortcut icon" href="/MasteryEffectivenessCalculator/build/favicon.ico"><link href="https://fonts.googleapis.com/css?family=Roboto:400,700" rel="stylesheet"><meta property="og:title" content="Holy Paladin mastery effectiveness calculator"/><meta property="og:description" content="As a Holy Paladin your mastery causes your spells to heal more the closer you are to your target. Use this tool to calculate your actual mastery effectiveness from a Warcraft Logs report. Created by Zerotorescue for the #holy Discord."/><meta property="og:type" content="article"/><meta property="og:url" content="https://martijnhols.github.io/MasteryEffectivenessCalculator/build/index.html"/><meta property="og:image" content="https://martijnhols.github.io/MasteryEffectivenessCalculator/build/mastery.png"/><title>Holy Paladin mastery effectiveness calculator</title><link href="/MasteryEffectivenessCalculator/build/static/css/main.43244bfc.css" rel="stylesheet"></head><body><nav class="navbar navbar-default"><div class="container"><div class="navbar-header"><h1>Mastery effectiveness calculator</h1></div><ul class="nav navbar-nav navbar-right"><li><a href="https://github.com/MartijnHols/MasteryEffectivenessCalculator"><span class="hidden-xs">View on GitHub </span><img src="GitHub-Mark-32px.png"/></a></li></ul></div></nav><div id="root"></div><script type="text/javascript" src="/MasteryEffectivenessCalculator/build/static/js/main.cc299887.js"></script></body></html>
<!DOCTYPE html><html lang="en" prefix="og: http://ogp.me/ns#"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="shortcut icon" href="/HolyPaladinAnalyzer/build/favicon.ico"><link href="https://fonts.googleapis.com/css?family=Roboto:400,700" rel="stylesheet"><meta property="og:title" content="Holy Paladin Analyzer"/><meta property="og:description" content="What started as a mastery effectiveness calculator has grown to be a more general Holy Paladin Analyzer. Use this tool to analyze your game from a Warcraft Logs report. Created by Zerotorescue for the #holy Discord."/><meta property="og:type" content="article"/><meta property="og:url" content="https://martijnhols.github.io/HolyPaladinAnalyzer/build/index.html"/><meta property="og:image" content="https://martijnhols.github.io/HolyPaladinAnalyzer/build/mastery.png"/><title>Holy Paladin Analyzer</title><link href="/HolyPaladinAnalyzer/build/static/css/main.cf659c3e.css" rel="stylesheet"></head><body><nav class="navbar navbar-default"><div class="container"><div class="navbar-header"><a href="#"><h1>Holy Paladin Analyzer</h1></a></div><ul class="nav navbar-nav navbar-right"><li><a href="https://github.com/MartijnHols/HolyPaladinAnalyzer"><span class="hidden-xs">View on GitHub </span><img src="GitHub-Mark-32px.png"/></a></li></ul></div></nav><div id="root"></div><script type="text/javascript" src="/HolyPaladinAnalyzer/build/static/js/main.27208c65.js"></script></body></html>
18 changes: 0 additions & 18 deletions build/static/css/main.43244bfc.css

This file was deleted.

18 changes: 18 additions & 0 deletions build/static/css/main.cf659c3e.css

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions build/static/js/main.27208c65.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/static/js/main.27208c65.js.map

Large diffs are not rendered by default.

10 changes: 0 additions & 10 deletions build/static/js/main.cc299887.js

This file was deleted.

1 change: 0 additions & 1 deletion build/static/js/main.cc299887.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion config/webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ module.exports = {
// We use `fallback` instead of `root` because we want `node_modules` to "win"
// if there any conflicts. This matches Node resolution mechanism.
// https://github.com/facebookincubator/create-react-app/issues/253
fallback: paths.nodePaths,
fallback: [...paths.nodePaths, paths.appSrc],
// These are the reasonable defaults supported by the Node ecosystem.
// We also include JSX as a common component filename extension to support
// some tools, although we do not recommend using it, see:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Holy Paladin Analyzer",
"name": "HolyPaladinAnalyzer",
"version": "0.1.0",
"private": true,
"homepage": "https://martijnhols.github.io/HolyPaladinAnalyzer/build/",
Expand Down

0 comments on commit 15255e7

Please sign in to comment.