mirror of
https://github.com/ilri/csv-metadata-quality-web.git
synced 2024-11-30 02:18:20 +01:00
Revert "Move style.min.css to css/v1/style.min.css"
This reverts commit 8f6d337d2d
.
We are using Heroku now so we don't need this phony version.
This commit is contained in:
parent
f292a4902f
commit
6f396f392f
@ -10,8 +10,8 @@
|
|||||||
"sass": "^1.32.7"
|
"sass": "^1.32.7"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build:css": "sass --style expanded source/scss/style.scss static/css/v1/style.css.tmp && cleancss --level 1 static/css/v1/style.css.tmp -o static/css/v1/style.min.css",
|
"build:css": "sass --style expanded source/scss/style.scss static/css/style.css.tmp && cleancss --level 1 static/css/style.css.tmp -o static/css/style.min.css",
|
||||||
"build": "npm run build:css && npm run clean",
|
"build": "npm run build:css && npm run clean",
|
||||||
"clean": "rm static/css/v1/style.css.tmp static/css/v1/style.css.tmp.map"
|
"clean": "rm static/css/style.css.tmp static/css/style.css.tmp.map"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,5 +4,5 @@
|
|||||||
<meta name="description" content="Simple web interface for the DSpace CSV Metadata Quality tool.">
|
<meta name="description" content="Simple web interface for the DSpace CSV Metadata Quality tool.">
|
||||||
<meta name="author" content="Alan Orth">
|
<meta name="author" content="Alan Orth">
|
||||||
<title>DSpace CSV Metadata Quality Checker</title>
|
<title>DSpace CSV Metadata Quality Checker</title>
|
||||||
<link href="{{ url_for('static', filename='css/v1/style.min.css') }}" rel="stylesheet">
|
<link href="{{ url_for('static', filename='css/style.min.css') }}" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
Reference in New Issue
Block a user