Skip to content

Commit

Permalink
Remove the per-application bootstrap override
Browse files Browse the repository at this point in the history
  • Loading branch information
hlship committed Apr 3, 2015
1 parent a59efa2 commit d02c7f7
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 10,241 deletions.
1 change: 0 additions & 1 deletion src/main/java/com/example/tutorial/services/AppModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ public static void contributeApplicationDefaults(
public static void setupEnvironment(MappedConfiguration<String, Object> configuration)
{
configuration.add(SymbolConstants.JAVASCRIPT_INFRASTRUCTURE_PROVIDER, "jquery");
// configuration.add(SymbolConstants.BOOTSTRAP_ROOT, "context:mybootstrap");
configuration.add(SymbolConstants.MINIFICATION_ENABLED, true);
}

Expand Down
Loading

0 comments on commit d02c7f7

Please sign in to comment.