mirror of
https://github.com/wassname/side-by-side.git
synced 2026-09-11 12:44:22 +08:00
Grunt copy over fonts when minimizing
This commit is contained in:
@@ -6,8 +6,8 @@ html(ng-app="sideBySide")
|
||||
link(rel="stylesheet", type="text/css", href="//fonts.googleapis.com/css?family=Noticia+Text:400,700,400italic,700italic")
|
||||
|
||||
if min == true
|
||||
link(rel="stylesheet", type="text/css", href="styles.css")
|
||||
script(src="scripts.js")
|
||||
link(rel="stylesheet", type="text/css", href="css/styles.css")
|
||||
script(src="js/scripts.js")
|
||||
else
|
||||
for style in styles
|
||||
link(rel="stylesheet", type="text/css", href="#{style}")
|
||||
|
||||
Reference in New Issue
Block a user