add js-yaml so we can parse yaml in the browser
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/46c36206 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/46c36206 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/46c36206 Branch: refs/heads/master Commit: 46c362067750af08efc8bb477bf2a3b6ebea2967 Parents: 565db3a Author: Alex Heneveld <[email protected]> Authored: Sat Mar 28 20:02:00 2015 -0500 Committer: Alex Heneveld <[email protected]> Committed: Sat Mar 28 20:03:06 2015 -0500 ---------------------------------------------------------------------- usage/jsgui/src/main/webapp/assets/js/config.js | 1 + .../src/main/webapp/assets/js/libs/js-yaml.js | 3666 ++++++++++++++++++ usage/jsgui/src/test/javascript/config.txt | 1 + 3 files changed, 3668 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/46c36206/usage/jsgui/src/main/webapp/assets/js/config.js ---------------------------------------------------------------------- diff --git a/usage/jsgui/src/main/webapp/assets/js/config.js b/usage/jsgui/src/main/webapp/assets/js/config.js index 360ce84..918a7ca 100644 --- a/usage/jsgui/src/main/webapp/assets/js/config.js +++ b/usage/jsgui/src/main/webapp/assets/js/config.js @@ -46,6 +46,7 @@ require.config({ "text":"libs/text", "uri":"libs/URI", "zeroclipboard":"libs/ZeroClipboard", + "js-yaml":"libs/js-yaml", "tpl":"../tpl" },
