Brian Lang
07/07/2022, 10:15 PMbdw429s
07/07/2022, 10:21 PMinstall cfwheels-js-confirm
into CommandBox. You can get the equivelant code, but that package uses a Git URL with commitish. For example, the 1.0.5
version is pulled from this location
"location": "perdjurner/cfwheels-js-confirm#v1.0.5",
(That's from the package's box.json
)
which basically means the perdjurner/cfwheels-js-confirm
repo is cloned from Github, then the v1.0.5
tag is checked out.Brian Lang
07/07/2022, 10:22 PMbdw429s
07/07/2022, 10:22 PMignore
section in the box.json
as well
"ignore": [
"**/.*",
"test",
"tests"
],
bdw429s
07/07/2022, 10:22 PMbdw429s
07/07/2022, 10:23 PMbdw429s
07/07/2022, 10:23 PMBrian Lang
07/07/2022, 10:23 PMbdw429s
07/07/2022, 10:24 PMbdw429s
07/07/2022, 10:24 PMBrian Lang
07/07/2022, 10:24 PMbdw429s
07/07/2022, 10:25 PMbdw429s
07/07/2022, 10:25 PMBrian Lang
07/07/2022, 10:26 PMbdw429s
07/07/2022, 10:26 PMbdw429s
07/07/2022, 10:26 PMbdw429s
07/07/2022, 10:27 PMBrian Lang
07/07/2022, 10:27 PMbdw429s
07/07/2022, 10:28 PMbox.json
and then install them as part of your buildbdw429s
07/07/2022, 10:29 PMbox install
, npm insatll
, etc, etcbdw429s
07/07/2022, 10:29 PMBrian Lang
07/07/2022, 10:29 PMbdw429s
07/07/2022, 10:30 PMbdw429s
07/07/2022, 10:30 PMinstall
is just something you'd do locally, test, then commit it allBrian Lang
07/07/2022, 10:31 PMBrian Lang
07/07/2022, 10:31 PMbdw429s
07/07/2022, 10:32 PMbdw429s
07/07/2022, 10:32 PMbdw429s
07/07/2022, 10:32 PMBrian Lang
07/07/2022, 10:33 PMBrian Lang
07/07/2022, 10:34 PMbdw429s
07/07/2022, 10:35 PMbox install asdf
šbdw429s
07/07/2022, 10:35 PMBrian Lang
07/07/2022, 10:36 PMbdw429s
07/07/2022, 10:36 PMbdw429s
07/07/2022, 10:37 PMBrian Lang
07/07/2022, 10:37 PMbdw429s
07/07/2022, 10:38 PMDavid Belanger
07/08/2022, 12:52 PMristo
07/08/2022, 4:25 PMset(overwritePlugins=false);
set(deletePluginDirectories=false);
Then I don't need the zips. Also in commandbox when I'm in the cfwheels web root and issue
install defaultScope
it not only puts the zip in the plugins folder but extracts it too. So you don't need what I put in settings above I just do it because I personally remove the zips out of my plugins folder.Brian Lang
07/08/2022, 4:26 PMristo
07/08/2022, 4:29 PMristo
07/08/2022, 4:30 PMBrian Lang
07/08/2022, 4:30 PMbdw429s
07/08/2022, 4:36 PMDavid Belanger
07/08/2022, 5:49 PM