greenlaw110 / greenscript

A tool help web developers manage javascript/css rendering, including minimize and dependence management
42 stars 24 forks source link

Lots of line breaks in the HTML #17

Open sauravshah opened 13 years ago

sauravshah commented 13 years ago

Using: -- main.html --

 
<html> 
<head>
<title>#{get 'title' /}</title>
<meta charset="utf-8">
<link href="@{'/public/images/favicon.ico'}" rel="shortcut icon"
type="image/x-icon"/>
#{greenscript.js 'jquery.form < jquery.validate.min < jquery-1.6.2',
output:'all'/}
#{greenscript.css output:'all'/}
</head>
<body>
#{doLayout /}
</body>
</html>

-- index.html --

#{extends 'main.html' /} 
#{set title:'title' /} 
#{greenscript.css 'main005' /} 

About 20 line breaks between the css declaration and the favicon one.

yanickrochon commented 13 years ago

Yes, I second that; Why all the blank lines?

karlseguin commented 13 years ago

for what it's worth, +1 here

JosefBoukal commented 13 years ago

+1 also

orefalo commented 13 years ago

+1

jtammen commented 12 years ago

+1 :-)