You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by GitBox <gi...@apache.org> on 2021/02/23 11:40:57 UTC

[GitHub] [myfaces-tobago] henningn commented on a change in pull request #550: build(npm): fix production mode resources and source maps

henningn commented on a change in pull request #550:
URL: https://github.com/apache/myfaces-tobago/pull/550#discussion_r580967287



##########
File path: tobago-example/pom.xml
##########
@@ -420,11 +420,11 @@
           <scope>compile</scope>
         </dependency>
         <!-- this enables the development mode -->
-        <dependency>
+        <!--dependency>
           <groupId>org.apache.myfaces.tobago</groupId>
           <artifactId>tobago-config-dev</artifactId>
           <version>${tobago.version}</version>
-        </dependency>
+        </dependency-->
       </dependencies>

Review comment:
       tobago-config-dev should be removed. It could be activated with the 'dev' profile.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org