From: Ismaƫl Bouya Date: Thu, 21 Mar 2019 08:56:42 +0000 (+0100) Subject: Add bower.json for nix X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FBuildbot%2Fbuildslist.git;a=commitdiff_plain;h=9e87787b40f4d6435218268e516be56eacd8d17b;ds=sidebyside Add bower.json for nix --- 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: