From 9e87787b40f4d6435218268e516be56eacd8d17b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Thu, 21 Mar 2019 09:56:42 +0100 Subject: [PATCH] Add bower.json for nix --- guanlecoja/bower.json | 10 ++++++++++ guanlecoja/config.coffee | 1 + 2 files changed, 11 insertions(+) create mode 100644 guanlecoja/bower.json diff --git a/guanlecoja/bower.json b/guanlecoja/bower.json new file mode 100644 index 0000000..5a2cfcd --- /dev/null +++ b/guanlecoja/bower.json @@ -0,0 +1,10 @@ +{ + "name": "buildbot-list", + "dependencies": { + "jquery": "2.1.1", + "angular": "~1.5.3", + "lodash": "~2.4.1", + "angular-mocks": "~1.5.3", + "buildbot-data": "~2.1.0" + } +} diff --git a/guanlecoja/config.coffee b/guanlecoja/config.coffee index 5ad71b7..0f55bb6 100644 --- a/guanlecoja/config.coffee +++ b/guanlecoja/config.coffee @@ -23,6 +23,7 @@ config = ### ########################################################################################### # Bower dependencies configuration ### ########################################################################################### + # also add the dependencies in bower.json for nix ! bower: testdeps: jquery: -- 2.41.0