GitXplorerGitXplorer
k

sauce-control

public
0 stars
0 forks
3 issues

Commits

List of commits on branch master.
Unverified
f4ed0b42dbf5d8a78f88c19dd4c635a71583019e

Adding my progress so far, which isn't much. The documentation for Jasonette is atrocious

kkiwicopple committed 5 years ago
Unverified
f4f74a51fada9609a8d918f86a595dd1e24476d0

Kicking?

kkiwicopple committed 5 years ago
Unverified
3f6b78006b224ff64d33dbee58a6284bd18fe14c

Adding first schema

kkiwicopple committed 5 years ago
Unverified
40f034fdf9f73d255096acec851d3c895c89884a

first commit

kkiwicopple committed 5 years ago

README

The README file for this repository.

Sauce Control

Trying out Jasonette with the goal of building an app for managing github/gitlab.

Steps followed

  • Create repo
  • add ./src/main.json
  • npm run dev

Jasonette:

Development

Make any changes you want to the json in ./src, then on the simulator close and reopen the app to see changes.

Problem so far is that the JSON doesn't seem to refresh. I don't even think the app is requesting it again, it seems to be cached (because I don't see a logged request on the http-server). This may be just because of Simulator?