mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(css) add minification build step
This commit is contained in:
parent
981d5b9380
commit
616867b3b5
10 changed files with 82 additions and 39 deletions
|
|
@ -9,10 +9,9 @@
|
|||
<link rel="icon" href="{{ prefix }}/favicon.ico">
|
||||
<title>{{ title }}</title>
|
||||
|
||||
<link rel=stylesheet href="{{ prefix }}/css/urls.css">
|
||||
<link rel=stylesheet href="{{ prefix }}/join:{{ css }}">
|
||||
<link rel=stylesheet href="{{ prefix }}/dist/cloudcmd.css">
|
||||
<noscript>
|
||||
<link rel=stylesheet href="{{ prefix }}/css/nojs.css">
|
||||
<link rel=stylesheet href="{{ prefix }}/dist/nojs.css">
|
||||
</noscript>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue