Merge pull request #2519 from alecmerdler/fix-grunt

Fix Grunt Build Hanging
This commit is contained in:
Alec Merdler 2017-04-06 17:07:21 -07:00 committed by GitHub
commit d6ad2a0f84

View file

@ -5,7 +5,7 @@
"grunt": "~0.4.4",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-angular-templates": "~0.5.4",
"grunt-angular-templates": "~1.1.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-cachebuster": "~0.1.5"
}