Start work on getting grunt setup for the Quay frontend. Note that this change is NOT working code
This commit is contained in:
parent
a03fd73b04
commit
cbd0f30070
3 changed files with 42 additions and 0 deletions
10
grunt/package.json
Normal file
10
grunt/package.json
Normal 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"
|
||||
}
|
||||
}
|
Reference in a new issue