Skip to content

Commit dfbc410

Browse files
committed
Move the js files to script folders danialfarid#75
1 parent b347701 commit dfbc410

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nuget/build.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ NuGet Update -self
22

33
rmdir /s /q content
44
mkdir content
5-
copy ..\dist\* content
5+
mkdir content\scripts
6+
copy ..\dist\* content\scripts
67
del angular-file-upload.*
78

89
NuGet Pack Package.nuspec

0 commit comments

Comments
 (0)