Skip to content

Commit

Permalink
Merge pull request #10 from tofagerl/mvappsrc
Browse files Browse the repository at this point in the history
renames /app to /src
  • Loading branch information
andreasrs committed Apr 21, 2016
2 parents a867891 + ecdb9a6 commit 915ed8f
Show file tree
Hide file tree
Showing 18 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions template/roc.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ module.exports = {
favicon: 'favicon.png',
},
build: {
reducers: 'app/redux/reducers.js',
routes: 'app/routes/index.js',
reducers: 'src/redux/reducers.js',
routes: 'src/routes/index.js',
},
},
};
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default class Start extends Component {
<h4>Routing</h4>
<p>
Your <a href="https://github.com/reactjs/react-router">React Router</a> entry is set up
at <strong>app/routes/index.js</strong>
at <strong>src/routes/index.js</strong>
</p>
<p>
You can test the universal route changes with the included test routes using the navbar
Expand All @@ -37,7 +37,7 @@ export default class Start extends Component {
<h4>Redux reducers</h4>
<p>
Your <a href="https://github.com/reactjs/redux">Redux</a> reducer exports are set up
at <strong>app/redux/reducers.js</strong>
at <strong>src/redux/reducers.js</strong>
</p>
<p>
Reducers are pure functions that define new state in your app. We have included a
Expand All @@ -46,7 +46,7 @@ export default class Start extends Component {

<h4>Get your Redux actions on</h4>
<p>
We have added an example click action for you at <strong>app/redux/clicker.js</strong>
We have added an example click action for you at <strong>src/redux/clicker.js</strong>
</p>
<p>
Dispatch a click action by hitting the button below!
Expand Down
File renamed without changes.

0 comments on commit 915ed8f

Please sign in to comment.