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}")
|
||||
|
||||
@@ -5,9 +5,9 @@ html
|
||||
meta(charset="utf-8")
|
||||
|
||||
if min == true
|
||||
link(rel="stylesheet", type="text/css", href="test_styles.css")
|
||||
script(src="scripts.js")
|
||||
script(src="test_scripts.js")
|
||||
link(rel="stylesheet", type="text/css", href="css/test_styles.css")
|
||||
script(src="js/scripts.js")
|
||||
script(src="js/test_scripts.js")
|
||||
else
|
||||
for script in scripts
|
||||
script(src="#{script}")
|
||||
|
||||
Reference in New Issue
Block a user