Fix order of files with fixed data

This commit is contained in:
Dmitry Jemerov
2017-04-20 13:49:04 +02:00
parent 37d5a42b53
commit 34b5920225
2 changed files with 2 additions and 2 deletions
@@ -36,7 +36,7 @@
<id>compile</id>
<phase>compile</phase>
<goals>
<goal>js</goal>
<goal>compile</goal>
</goals>
</execution>
</executions>
@@ -36,7 +36,7 @@
<id>compile</id>
<phase>compile</phase>
<goals>
<goal>compile</goal>
<goal>js</goal>
</goals>
</execution>
</executions>