Skip to content

Commit

Permalink
KEYCLOAK-5391: Add node_modules back to repository for commons theme (k…
Browse files Browse the repository at this point in the history
  • Loading branch information
ssilvert authored Sep 5, 2017
1 parent c8eeeff commit 1fb8846
Show file tree
Hide file tree
Showing 541 changed files with 131,729 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,6 @@ target

# nodejs #
##########
node_modules
# KEYCLOAK-5391: We will re-exclude node_modules when node_modules handling is worked out.
# For now, we keep our js libraries checked into GitHub, so we don't ignore.
#node_modules
5 changes: 4 additions & 1 deletion themes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@

<build>
<plugins>
<!-- KEYCLOAK-5391: Commented out until node_modules fetching issue is resolved.
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<configuration>
Expand Down Expand Up @@ -80,7 +81,8 @@
<goal>yarn</goal>
</goals>
<configuration>
<arguments>install --production=false --frozen-lockfile</arguments>
vvv remove space vvv remove space on uncomment
<arguments>install - -production=false - -frozen-lockfile</arguments>
</configuration>
</execution>
</executions>
Expand All @@ -91,6 +93,7 @@
<installDirectory>target</installDirectory>
</configuration>
</plugin>
-->
</plugins>
</build>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ libraries are not available in the public npm repo and are thus checked into
GitHub.

Javascript libraries under *./node_modules* directory are managed with yarn.
THEY SHOULD NOT BE CHECKED INTO GITHUB!

THESE LIBRARIES SHOULD BE CHECKED INTO GITHUB UNTIL KEYCLOAK-5324 and KEYCLOAK-5392
ARE RESOLVED.

Adding or Removing javascript libraries
---------------------------------------
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1fb8846

Please sign in to comment.