Skip to content

Commit

Permalink
Move CSS to css directory
Browse files Browse the repository at this point in the history
  • Loading branch information
alanorth committed Jul 27, 2020
1 parent f017ff9 commit 48d0a45
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion IPtypes.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.7.16">
<meta charset="utf-8">
<title>CG Core metadata schema</title>
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div id="titleP">
Expand Down
2 changes: 1 addition & 1 deletion cgcore.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.7.16">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="css/main.css">
<title>CG Core Metadata Schema</title>
</head>
<body data-spy="scroll" data-target="#navbar-quick-jump">
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/AgriculturalSemantics/cg-core.git"
},
"scripts": {
"build:css": "node-sass --output-style expanded --precision 6 scss/style.scss main.css.tmp && cleancss --level 1 main.css.tmp -o main.css",
"build:css": "node-sass --output-style expanded --precision 6 scss/style.scss main.css.tmp && cleancss --level 1 main.css.tmp -o css/main.css",
"build:js": "uglifyjs node_modules/jquery/dist/jquery.slim.min.js node_modules/bootstrap/dist/js/bootstrap.min.js -o js/bundle.min.js",
"build": "npm run build:css && npm run build:js && npm run clean",
"clean": "rm main.css.tmp"
Expand Down

0 comments on commit 48d0a45

Please sign in to comment.