summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guanlecoja/bower.json10
-rw-r--r--guanlecoja/config.coffee1
2 files changed, 11 insertions, 0 deletions
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 @@
1{
2 "name": "buildbot-list",
3 "dependencies": {
4 "jquery": "2.1.1",
5 "angular": "~1.5.3",
6 "lodash": "~2.4.1",
7 "angular-mocks": "~1.5.3",
8 "buildbot-data": "~2.1.0"
9 }
10}
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 =
23 ### ########################################################################################### 23 ### ###########################################################################################
24 # Bower dependencies configuration 24 # Bower dependencies configuration
25 ### ########################################################################################### 25 ### ###########################################################################################
26 # also add the dependencies in bower.json for nix !
26 bower: 27 bower:
27 testdeps: 28 testdeps:
28 jquery: 29 jquery: