Skip to content

Instantly share code, notes, and snippets.

@robertkowalski
Created September 5, 2016 00:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robertkowalski/a888bd3aee39af62b3d0f6fe29b8508a to your computer and use it in GitHub Desktop.
Save robertkowalski/a888bd3aee39af62b3d0f6fe29b8508a to your computer and use it in GitHub Desktop.
diff --git a/Makefile b/Makefile
index 018c845..2fb8c7f 100644
--- a/Makefile
+++ b/Makefile
@@ -370,5 +370,6 @@ endif
share/www:
ifeq ($(with_fauxton), 1)
@echo "Building Fauxton"
- @cd src/fauxton && npm install --production && ./node_modules/grunt-cli/bin/grunt couchdb
+ @cd src/fauxton && npm install && npm run couchdb
+ @cd src/fauxton && rm -rf node_modules && npm i --production
endif
diff --git a/rebar.config.script b/rebar.config.script
index f7476e9..669e44e 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -42,7 +42,7 @@ DepDescs = [
{ddoc_cache, "ddoc-cache", "c762e90a33ce3cda19ef142dd1120f1087ecd876"},
{ets_lru, "ets-lru", "c05488c8b1d7ec1c3554a828e0c9bf2888932ed6"},
{fabric, "fabric", "78eb096dae277facc5cf4f6f166e5591da6c165f"},
-{fauxton, "fauxton", {tag, "v1.1.8"}, [raw]},
+{fauxton, "fauxton", {branch, "fix-deps"}, [raw]},
{folsom, "folsom", "a5c95dec18227c977029fbd3b638966d98f17003"},
{global_changes, "global-changes", "68c6a0eb43e52ba2c867a6f0c8318fa98c3f053f"},
{ibrowse, "ibrowse", "4af2d408607874d124414ac45df1edbe3961d1cd"},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment