Start work on getting grunt setup for the Quay frontend. Note that this change is NOT working code

This commit is contained in:
Joseph Schorr 2014-04-15 15:14:14 -04:00
parent a03fd73b04
commit cbd0f30070
3 changed files with 42 additions and 0 deletions

10
grunt/package.json Normal file
View file

@ -0,0 +1,10 @@
{
"name": "quay-frontend",
"version": "0.1.0",
"devDependencies": {
"grunt": "~0.4.4",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-angular-templates": "~0.5.4"
}
}