diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-03-21 09:56:42 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-03-21 09:59:56 +0100 |
commit | 9e87787b40f4d6435218268e516be56eacd8d17b (patch) | |
tree | 35c4cde99a58ad431912fc65f43cdf30435dfc64 | |
parent | b99cd98421f396ed69f9c34279215fad234ef230 (diff) | |
download | buildslist-9e87787b40f4d6435218268e516be56eacd8d17b.tar.gz buildslist-9e87787b40f4d6435218268e516be56eacd8d17b.tar.zst buildslist-9e87787b40f4d6435218268e516be56eacd8d17b.zip |
Add bower.json for nix
-rw-r--r-- | guanlecoja/bower.json | 10 | ||||
-rw-r--r-- | guanlecoja/config.coffee | 1 |
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: |