Skip to content

Commit

Permalink
Fix resource position
Browse files Browse the repository at this point in the history
  • Loading branch information
nbartels committed May 22, 2018
1 parent 62918e9 commit 1e93d4a
Show file tree
Hide file tree
Showing 8,072 changed files with 3 additions and 3 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<directory>src/main/resources</directory>
<includes>
<include>**/72x72/*</include>
<include>**/*.js</include>
<include>**/twemoji.js</include>
</includes>
</resource>
</resources>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/phpmonkeys/gwt/twemoji/Gwttwemoji.gwt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User'/>

<public path="public"/>
<public path="client/resources"/>
</module>
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ public interface TwemojiClientBundle extends ClientBundle {

TwemojiClientBundle INSTANCE = GWT.create(TwemojiClientBundle.class);

@Source("resources/twemoji.min.js")
@Source("resources/twemoji/twemoji.js")
TextResource twemojiJs();
}
Loading

0 comments on commit 1e93d4a

Please sign in to comment.