add js-yaml so we can parse yaml in the browser
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/2d6f77df Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/2d6f77df Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/2d6f77df Branch: refs/heads/0.7.0-incubating Commit: 2d6f77df480875cbb9347dcacd8ec529a3faf2f1 Parents: 19ee8b8 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/brooklyn-ui/blob/2d6f77df/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" },
