feature(css) add minification build step

This commit is contained in:
coderaiser 2017-07-06 17:33:20 +03:00
parent 981d5b9380
commit 616867b3b5
10 changed files with 82 additions and 39 deletions

View file

@ -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>