You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2021/10/05 16:32:35 UTC

[couchdb] branch 3.x-fauxton-windows created (now f105644)

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a change to branch 3.x-fauxton-windows
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


      at f105644  Fix Windows makefile for Fauxton

This branch includes the following new commits:

     new f105644  Fix Windows makefile for Fauxton

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[couchdb] 01/01: Fix Windows makefile for Fauxton

Posted by wo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch 3.x-fauxton-windows
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit f105644b519b114a78be5d63311e063db344b429
Author: Joan Touzet <wo...@users.noreply.github.com>
AuthorDate: Tue Oct 5 12:32:31 2021 -0400

    Fix Windows makefile for Fauxton
    
    Missed file in f85cff669f20cee0a54da7bb8c645dfc4d2de5c9
---
 Makefile.win | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.win b/Makefile.win
index a9f8a80..25c4d9f 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -425,7 +425,7 @@ endif
 share\www:
 ifeq ($(with_fauxton), 1)
 	@echo 'Building Fauxton'
-	@cd src\fauxton && npm install --production && .\node_modules\.bin\grunt couchdb
+	@cd src\fauxton && npm install && .\node_modules\.bin\grunt couchdb
 endif
 
 derived: