Skip to content

Commit 321b8ed

Browse files
committed
disable theme resource unpack
1 parent b1d6d9e commit 321b8ed

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
<artifactId>maven-dependency-plugin</artifactId>
227227
<version>3.5.0</version>
228228
<executions>
229-
<execution>
229+
<!--<execution>
230230
<id>unpack-themes-src</id>
231231
<phase>generate-sources</phase>
232232
<goals>
@@ -244,7 +244,7 @@
244244
<excludes>layout/theme-everlasting/styles/vuetify/**</excludes>
245245
</artifactItem>
246246
<artifactItem>
247-
<!-- unpack stylus files provided by beautify to map.apps themes -->
247+
unpack stylus files provided by beautify to map.apps themes
248248
<groupId>org.vuetifyjs</groupId>
249249
<artifactId>vuetify</artifactId>
250250
<version>${vuetify.version}</version>
@@ -254,7 +254,7 @@
254254
</artifactItem>
255255
</artifactItems>
256256
</configuration>
257-
</execution>
257+
</execution>-->
258258
<execution>
259259
<id>copy js-libs into 'bundle-imports'</id>
260260
<phase>generate-resources</phase>

0 commit comments

Comments
 (0)