Initial UI cleanup

- added assets_shared submodule
- added support for grunt
- cleanup of layout.html
This commit is contained in:
2015-06-14 21:57:08 +02:00
parent 81a5274e7f
commit 96b04687a2
10 changed files with 268 additions and 2902 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "blender-buildbot",
"repository": {
"type": "git",
"url": "git://git.blender.org/blender-buildbot.git"
},
"author": "Blender Foundation",
"license": "GPL",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-autoprefixer": "^1.0.1",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-watch": "~0.6.1"
}
}