Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
artfuldev committed Oct 19, 2017
1 parent 82d3727 commit 7f2d57a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ An opinionated starter for Cycle.js projects powered by TypeScript.
* Unit testing with Mocha and Chai
* UI Integration tests with Cypress
* Explanation of folder structure
* Wiki section on recommended practices
* Wiki section on recommended/best practices
* Better README (duh!)

## Notes
Expand All @@ -35,3 +35,4 @@ To make full use of these, you need the following extensions:
### Troubleshooting / Tips
* If using on Windows machines, make sure you have the [build tools](https://github.com/felixrieseberg/windows-build-tools) ready before doing an `npm install`.
* If hosting on a subdirectory, you need to change the `PROJECT_PUBLIC_PATH` in `webpack.config.js` only for production. You can do this by changing line #32 of the file to `var PROJECT_PUBLIC_PATH = __PROD__ ? '<your-public-path-here>' : '/';`
* If you need help with something, or have feedback, suggestions, feel free to open an issue on this repository.

0 comments on commit 7f2d57a

Please sign in to comment.