Initial debug pop-out window

This commit is contained in:
Nick O'Leary
2016-06-20 21:35:20 +01:00
parent a235745be7
commit ab31f34862
6 changed files with 98 additions and 56 deletions

View File

@@ -150,6 +150,11 @@ module.exports = function(grunt) {
"public/vendor/vendor.css": [
// TODO: resolve relative resource paths in
// bootstrap/FA/jquery
],
"public/vendor/vendor-jquery.js": [
"editor/vendor/jquery/js/jquery-1.11.3.min.js",
"editor/vendor/jquery/js/jquery-ui-1.10.3.custom.min.js",
"editor/vendor/jquery/js/jquery.ui.touch-punch.min.js",
]
}
}