Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

Commit

Permalink
removed modernizr [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoba committed Jan 25, 2016
1 parent 02ee3d6 commit a0d147f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 14 deletions.
3 changes: 1 addition & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"name": "superleansilexplate",
"private": false,
"dependencies": {
"modernizr": "~2.7",
"skeleton": "~2.0"
},
"devDependencies": {}
}
}
3 changes: 1 addition & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ It provides:
1. Web infrastructure
* Skeleton CSS (http://getskeleton.com)
* Bower
* Modernizr
* Twig
* HttpCache
2. REST Api infrastructure
Expand Down Expand Up @@ -109,4 +108,4 @@ Then just initialize your heroku app as stated in the docs and push it:
## TODO:

- yeoman setup with grunt/gulp usage
- scrutinizr
- scrutinizr
8 changes: 2 additions & 6 deletions resources/views/index.twig
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
{% extends 'layout.twig' %}

{% block title %}
{{ message }}
{% endblock %}
{% block title %}{{ message }}{% endblock %}

{% block description %}
{{ message }}
{% endblock %}
{% block description %}{{ message }}{% endblock %}

{% block content %}
<div class="row">
Expand Down
7 changes: 3 additions & 4 deletions resources/views/layout.twig
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Place favicon.ico in the root directory -->
{% block stylesheets %}
<link rel="stylesheet" href="/components/skeleton/css/normalize.css">
<link rel="stylesheet" href="/components/skeleton/css/skeleton.css">
<link rel="stylesheet" href="/components/skeleton/css/normalize.css">
<link rel="stylesheet" href="/components/skeleton/css/skeleton.css">
{% endblock %}
<script src="/components/modernizr/modernizr.js"></script>
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
</head>
<body>
Expand Down Expand Up @@ -47,4 +46,4 @@
ga('create','UA-XXXXX-X','auto');ga('send','pageview');
</script>
</body>
</html>
</html>

0 comments on commit a0d147f

Please sign in to comment.