Load Modernizr from Bower, lean build with Grunt

This commit is contained in:
Ben Word
2014-02-04 23:13:33 -06:00
parent 6ace5bbb27
commit d8cbdb251a
6 changed files with 33 additions and 12 deletions

View File

@@ -8,12 +8,14 @@
"url": "git://github.com/roots/roots.git"
},
"bugs": {
"url" : "https://github.com/roots/roots/issues"
"url": "https://github.com/roots/roots/issues"
},
"licenses": [{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"engines": {
"node": ">= 0.10.0"
},
@@ -24,6 +26,7 @@
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-less": "~0.8.1",
"grunt-wp-version": "~0.1.0"
"grunt-wp-version": "~0.1.0",
"grunt-modernizr": "~0.5.1"
}
}