mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2026-09-09 18:03:59 +00:00
[MNT-23888] Changes done for handling reserved words while compressing the javascript files.
This commit is contained in:
+1
-1
@@ -287,7 +287,7 @@
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
<!-- Compress JavaScript files and store as *-min.js -->
|
||||
<!-- Compress JavaScript files and store as *.min.js -->
|
||||
<plugin>
|
||||
<groupId>com.github.blutorange</groupId>
|
||||
<artifactId>closure-compiler-maven-plugin</artifactId>
|
||||
|
||||
+1
-1
@@ -355,7 +355,7 @@
|
||||
</dependencies>
|
||||
</plugin>
|
||||
|
||||
<!-- Compress JavaScript files and store as *-min.js -->
|
||||
<!-- Compress JavaScript files and store as *.min.js -->
|
||||
<plugin>
|
||||
<groupId>com.github.blutorange</groupId>
|
||||
<artifactId>closure-compiler-maven-plugin</artifactId>
|
||||
|
||||
+1
-1
@@ -221,7 +221,7 @@
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
<!-- Compress JavaScript files and store as *-min.js -->
|
||||
<!-- Compress JavaScript files and store as *.min.js -->
|
||||
<plugin>
|
||||
<groupId>com.github.blutorange</groupId>
|
||||
<artifactId>closure-compiler-maven-plugin</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user