Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions jo-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
</dependency>
</dependencies>

<build>
<!-- <build>
<resources>
<resource>
<!-- This entry is additional, all the others are the defaults from ax-root -->
COMMENT: This entry is additional, all the others are the defaults from ax-root
<directory>${basedir}/dist</directory>
</resource>
<resource>
Expand Down Expand Up @@ -121,7 +121,8 @@
</goals>
<phase>test</phase>
<configuration>
<arguments>run test -- --watch=false</arguments>
COMMENT
<arguments>run test - - - -watch=false</arguments>
</configuration>
</execution>
</executions>
Expand Down Expand Up @@ -229,5 +230,5 @@
</plugins>
</build>
</profile>
</profiles>
</profiles> -->
</project>
3 changes: 0 additions & 3 deletions jo-ui/scripts/windows/init.cmd

This file was deleted.

2 changes: 2 additions & 0 deletions jo-ui/scripts/windows/init.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
$root = (Get-Item $PSScriptRoot).Parent.Parent.FullName
powershell "Get-FileHash -Algorithm SHA1 $root\package.json | Select -expand Hash" > "$root/node/init"
5 changes: 0 additions & 5 deletions jo-ui/scripts/windows/maps.cmd

This file was deleted.

5 changes: 5 additions & 0 deletions jo-ui/scripts/windows/maps.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
$root = (Get-Item $PSScriptRoot).Parent.Parent.FullName
$maps = "$root\dist\maps"

New-Item -Path "$maps" -ItemType Directory -Force
Move-Item -Path "$args[0]\*.map" -Destination "$maps"
Loading