hallvard
10/30/2020, 8:07 AMbuild/
folder has .js files all over the place. Can anyone point me to a readable table that specifies which files are where after a build? There seems to be "raw" js files and DCE'ed js files, of course, but alas, several of them and in different sub folders. Some may be only drafts while others (hopefully only one of each) are the final compiled .js files ...Big Chungus
10/30/2020, 8:19 AMBig Chungus
10/30/2020, 8:19 AMhallvard
10/30/2020, 9:00 AMBig Chungus
10/30/2020, 9:02 AMBig Chungus
10/30/2020, 9:04 AMhallvard
10/30/2020, 10:49 AMrepository("private ") { registry = ... }
? Also, is there a way to pass credentials as username/pw instead of an authToken?Big Chungus
10/30/2020, 11:10 AMrepository("private ") { registry = ... }
. As for credentials, it currently supports only authToken I'm affraid 😕Big Chungus
10/30/2020, 11:10 AMBig Chungus
10/30/2020, 11:11 AMgradle assembleJsPublication
and then run npm publish
in build/publications/npm/js
Big Chungus
10/30/2020, 11:13 AMBig Chungus
10/30/2020, 11:13 AMhallvard
10/30/2020, 11:34 AMhallvard
10/30/2020, 11:35 AMCould not find method repository() for arguments [Sannsyn common, build_136xq3q0kc9r5h6esiv5m49l5$_run_closure4$_closure25$_closure26@7d7e491d] on NpmRepository container of type org.gradle.api.internal.FactoryNamedDomainObjectContainer.
This is when trying to use the very first, minimal example in the readme on https://gitlab.com/lt.petuska/npm-publish ...Big Chungus
10/30/2020, 11:36 AMBig Chungus
10/30/2020, 11:37 AMhallvard
10/30/2020, 11:37 AMBig Chungus
10/30/2020, 11:38 AMhallvard
10/30/2020, 11:39 AMcreate
instead of repository
helped a lot.Big Chungus
10/30/2020, 12:48 PMhallvard
10/30/2020, 1:58 PMhallvard
10/30/2020, 1:58 PMBig Chungus
10/30/2020, 2:26 PM