Replace grunt-wp-assets with grunt-filerev and grunt-filerev-assets

By writing to assets-manifest.json with grunt-filerev-assets, it's
no longer necessary to commit changes to lib/scripts.php when developing
This commit is contained in:
Ben Word
2014-02-21 23:14:12 -06:00
parent 94cc2949a2
commit 5b23b7fb96
4 changed files with 28 additions and 14 deletions

View File

@@ -31,7 +31,8 @@
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-less": "~0.8.1",
"grunt-wp-assets": "~0.2.1",
"grunt-filerev": "~0.2.1",
"grunt-filerev-assets": "~0.3.0",
"grunt-modernizr": "~0.5.1",
"load-grunt-tasks": "~0.3.0"
}