Make sure packages can be referenced in subfolders

This commit is contained in:
Pavel Djundik 2018-02-08 10:57:57 +02:00 committed by GitHub
parent 7883feca30
commit 339f65295d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
<link rel="stylesheet" href="css/style.css">
<link id="theme" rel="stylesheet" href="<%- theme %>">
<% _.forEach(stylesheets, function(css) { %>
<link rel="stylesheet" href="/packages/<%- css %>">
<link rel="stylesheet" href="packages/<%- css %>">
<% }); %>
<style id="user-specified-css"></style>