Skip to content

Commit

Permalink
added less js
Browse files Browse the repository at this point in the history
  • Loading branch information
jsifalda committed Oct 16, 2012
1 parent 9a2dc23 commit b2436d6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/templates/@layout.latte
Expand Up @@ -16,11 +16,12 @@

<title>{block title|striptags|upper}Nette Application Skeleton{/block}</title>

<link rel="stylesheet" media="screen" href="{$basePath}/css/screen.css" type="text/css">
<link rel="stylesheet/less" href="{$basePath}/css/screen.less" type="text/css">
<link rel="shortcut icon" href="{$basePath}/favicon.ico" type="image/x-icon">

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
<script type="text/javascript" src="{$basePath}/js/netteForms.js"></script>
<script src="{$basePath}/js/less.js" type="text/javascript"></script>
{block head}{/block}
</head>

Expand Down
File renamed without changes.

0 comments on commit b2436d6

Please sign in to comment.