Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
##Unusual Templates For Confluence
# Unusual Templates For Confluence

This project created to show you a different approaches of how things should work.

Creative Plugins are organised to introduce a bunch of different approaches. Things could be done easily and plugins can be managed simply too.

###ToDo:
# ToDo:
1. Resolve WebPack Problems
1. Add Env Support
1. Add Linters
1. Add Client build as part of Maven lifecycle
2. Add Env Support
3. Add Linters
4. Add Client build as part of Maven lifecycle

####Prerequisites:
# Prerequisites:
1. nodeJS
1. Atlassian SDK
1. jdk8
2. Atlassian SDK
3. jdk8 (adoptJDK)

###How to Build:
# How to Build:

```
cd src/client
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<!-- ToDo: select Confluence versions -->
<confluence.version>6.4.0</confluence.version>
<confluence.data.version>${confluence.version}</confluence.data.version>
<amps.version>6.3.7</amps.version>
<amps.version>6.3.21</amps.version>
<maven-compiler-plugin.version>2.3.1</maven-compiler-plugin.version>
<atlassian.plugin.key>${project.groupId}.${project.artifactId}</atlassian.plugin.key>
<ao.version>0.19.7</ao.version>
Expand Down
2 changes: 1 addition & 1 deletion src/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"babel-loader": "^8.0.0-beta.0",
"babel-plugin-import": "^1.6.7",
"babel-polyfill": "^6.26.0",
"css-loader": "^0.28.11",
"css-loader": "^2.1.1",
"lodash": "^4.17.4",
"react-autobind": "^1.0.6",
"style-loader": "^0.20.3",
Expand Down
1 change: 1 addition & 0 deletions src/client/react/components/IconsContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class IconsContainer extends React.Component {
}



render() {
return (
<Wrapper>
Expand Down