Skip to content

Commit 588af30

Browse files
author
Marco Solazzi
committed
Merge branch 'release/0.8.1'
2 parents 4bdb779 + 1796cbb commit 588af30

File tree

6 files changed

+7
-852
lines changed

6 files changed

+7
-852
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ lib
111111
www/*
112112
#share vendors
113113
!www/vendor
114+
www/vendor/dist
114115
www/vendor/vendor.min.*
115116
www/vendor/modernizr/modernizr.min.*
116117
!www/.htaccess

.jscsrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"disallowSpacesInAnonymousFunctionExpression": null,
66
"disallowSpacesInFunctionExpression": null,
77
"disallowMultipleLineBreaks": null,
8-
"excludeFiles": ["node_modules/**"]
8+
"excludeFiles": ["node_modules/**", "www/vendor/**"]
99
}

bower.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wok",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"authors": [
55
"Marco Solazzi <marco.solazzi@intesys.it>",
66
"Matteo Guidotto <matteo.guidotto@intesys.it>",
@@ -16,6 +16,7 @@
1616
"tests"
1717
],
1818
"dependencies": {
19-
"normalize-css": "~3.0.1"
19+
"normalize-css": "~3.0.1",
20+
"modernizr": "~2.8.3"
2021
}
2122
}

build/Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ module.exports = function(grunt) {
411411
extra: {
412412
shiv: true,
413413
printshiv: false,
414-
load: true,
414+
load: false, //excude yepnope
415415
mq: false,
416416
cssclasses: true
417417
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wok",
33
"description": "A Static Website Boilerplate",
4-
"version": "0.9.0",
4+
"version": "0.9.1",
55
"license": "MIT",
66
"author": {
77
"name": "Marco Solazzi",

0 commit comments

Comments
 (0)