Skip to content

Commit

Permalink
Merge pull request #157 from nextcloud/design/development-note
Browse files Browse the repository at this point in the history
Add note to development setup docs about committing built files
  • Loading branch information
ChristophWurst authored Dec 10, 2019
2 parents 631ff38 + 8992a03 commit 5c5fbb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ The app is in incubation stage, so it’s time for you to [get involved! 👩‍
3. 🏗 To build the Javascript whenever you make changes, run `npm run dev`
4. ☁ Enable the app through the app management of your Nextcloud or run `krankerl enable`
5. 👍 Partytime! Help fix [some issues](https://github.com/nextcloud/recommendations/issues) and [review pull requests](https://github.com/nextcloud/recommendations/pulls)

Whenever you commit changes to submit a pull request, make sure to build the Javascript using `npm run build` and commit the files `js/*.js` and `js/*.js.map` as well. This needs to be done because the app is shipped with the release as is.

0 comments on commit 5c5fbb4

Please sign in to comment.