Move styles.css into assets
This commit is contained in:
@@ -36,7 +36,7 @@ const renderFullPage = (html, pageTitle, preloadedState) => {
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>${pageTitle} | AOE Technology Radar</title>
|
||||
<link rel="stylesheet" href="/styles.css"/>
|
||||
<link rel="stylesheet" href="/assets/css/styles.css"/>
|
||||
<link rel="stylesheet" href="https://d1azc1qln24ryf.cloudfront.net/114779/Socicon/style-cf.css?c2sn1i">
|
||||
<link rel="shortcut icon" href="/assets/favicon.ico" type="image/x-icon">
|
||||
<meta name="format-detection" content="telephone=no">
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"build:pages": "cross-env RENDER_MODE=server babel-node ./tasks/build.js",
|
||||
"build:js": "cross-env RENDER_MODE=client webpack --config webpack.config.js",
|
||||
"build:jsprod": "cross-env RENDER_MODE=client webpack -p --config webpack.config.js",
|
||||
"build:css": "postcss -c postcss.config.json -o dist/styles.css styles/main.css",
|
||||
"build:css": "postcss -c postcss.config.json -o dist/assets/css/styles.css styles/main.css",
|
||||
"build:assets": "babel-node ./tasks/assets.js",
|
||||
"watch": "babel-node ./tasks/watch.js",
|
||||
"clean": "babel-node ./tasks/clean.js",
|
||||
|
||||
Reference in New Issue
Block a user