We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0557fe9 commit 627a4a8Copy full SHA for 627a4a8
JsLibraryPackaging.psm1
@@ -67,7 +67,7 @@ function New-BowerLibrary ($name) {
67
$jsFile = $jsPaths[0]
68
$fileName = Split-Path $jsFile -Leaf
69
70
- $versionedFolder = New-Library $name $version $fileName
+ $versionedFolder = New-JavaScriptLibrary $name $version $fileName
71
72
$filePaths = @($paths | ? { -not (Test-Path $_ -PathType Container) })
73
if ($filePaths.Count -eq 0) {
0 commit comments